ChatGPT-Next-Web/.next/app-path-routes-manifest.json
2024-02-24 00:37:31 +08:00

7 lines
226 B
JSON

{
"/api/config/route": "/api/config",
"/api/cors/[...path]/route": "/api/cors/[...path]",
"/api/openai/[...path]/route": "/api/openai/[...path]",
"/api/google/[...path]/route": "/api/google/[...path]",
"/page": "/"
}