Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Hk-Gosuto
2024-03-17 10:23:28 +08:00
10 changed files with 243 additions and 110 deletions

View File

@@ -23,7 +23,7 @@ export enum Path {
}
export enum ApiPath {
Cors = "/api/cors",
Cors = "",
OpenAI = "/api/openai",
GoogleAI = "/api/google",
}