mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-01 04:02:00 +08:00
add gapier proxy
This commit is contained in:
parent
9326ff9d08
commit
2214689920
@ -86,6 +86,10 @@ if (mode !== "export") {
|
|||||||
source: "/api/proxy/anthropic/:path*",
|
source: "/api/proxy/anthropic/:path*",
|
||||||
destination: "https://api.anthropic.com/:path*",
|
destination: "https://api.anthropic.com/:path*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/api/proxy/gapier/:path*",
|
||||||
|
destination: "https://a.gapier.com/:path*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: "/google-fonts/:path*",
|
source: "/google-fonts/:path*",
|
||||||
destination: "https://fonts.googleapis.com/:path*",
|
destination: "https://fonts.googleapis.com/:path*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user