mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
fix(next.config): add new route for responses endpoint to API
This commit is contained in:
@@ -62,6 +62,10 @@ const nextConfig = {
|
|||||||
source: "/codex/:path*",
|
source: "/codex/:path*",
|
||||||
destination: "/api/v1/responses"
|
destination: "/api/v1/responses"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/responses",
|
||||||
|
destination: "/api/v1/responses"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: "/v1/:path*",
|
source: "/v1/:path*",
|
||||||
destination: "/api/v1/:path*"
|
destination: "/api/v1/:path*"
|
||||||
|
|||||||
Reference in New Issue
Block a user