chore: update cors default path
This commit is contained in:
parent
8645214654
commit
133ce39a13
|
@ -23,7 +23,7 @@ export enum Path {
|
|||
}
|
||||
|
||||
export enum ApiPath {
|
||||
Cors = "/api/cors",
|
||||
Cors = "",
|
||||
OpenAI = "/api/openai",
|
||||
}
|
||||
|
||||
|
|
|
@ -81,8 +81,6 @@ export function createUpstashClient(store: SyncStore) {
|
|||
};
|
||||
},
|
||||
path(path: string, proxyUrl: string = "") {
|
||||
// let url = config.endpoint;
|
||||
|
||||
if (!path.endsWith("/")) {
|
||||
path += "/";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue