mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:52:27 +08:00
fix: add webdav request filter
This commit is contained in:
@@ -94,7 +94,7 @@ export function createUpstashClient(store: SyncStore) {
|
||||
path = path.slice(1);
|
||||
}
|
||||
|
||||
let url = new URL("/api/" + path);
|
||||
let url = new URL("/api/upstash/" + path);
|
||||
|
||||
// add query params
|
||||
url.searchParams.append("endpoint", config.endpoint);
|
||||
|
Reference in New Issue
Block a user