调整api路径

This commit is contained in:
mtvpls
2026-04-08 18:03:18 +08:00
parent 31a4f4baac
commit 204eec782f
6 changed files with 7 additions and 348 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ export default function PansouSearch({
const handleQuarkTransfer = async (link: PansouLink) => {
try {
setTransferingUrl(link.url);
const response = await fetch('/api/quark/transfer', {
const response = await fetch('/api/netdisk/quark/transfer', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -152,7 +152,7 @@ export default function PansouSearch({
const handleQuarkInstantPlay = async (link: PansouLink) => {
try {
setPlayingUrl(link.url);
const response = await fetch('/api/quark/instant-play', {
const response = await fetch('/api/netdisk/quark/instant-play', {
method: 'POST',
headers: {
'Content-Type': 'application/json',