调整api路径
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
assertQuarkCookieHeaderSafe,
|
||||
normalizeQuarkCookie,
|
||||
validateQuarkCookieReadable,
|
||||
} from '@/lib/quark.client';
|
||||
} from '@/lib/netdisk/quark.client';
|
||||
|
||||
export const runtime = 'nodejs';
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
import { getAuthInfoFromCookie } from '@/lib/auth';
|
||||
import { getConfig } from '@/lib/config';
|
||||
import { createQuarkInstantPlayFolder } from '@/lib/quark.client';
|
||||
import { createQuarkInstantPlayFolder } from '@/lib/netdisk/quark.client';
|
||||
import { base58Encode } from '@/lib/utils';
|
||||
|
||||
export const runtime = 'nodejs';
|
||||
@@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
import { getAuthInfoFromCookie } from '@/lib/auth';
|
||||
import { getConfig } from '@/lib/config';
|
||||
import { transferQuarkShare } from '@/lib/quark.client';
|
||||
import { transferQuarkShare } from '@/lib/netdisk/quark.client';
|
||||
|
||||
export const runtime = 'nodejs';
|
||||
|
||||
Reference in New Issue
Block a user