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*",
|
||||
destination: "/api/v1/responses"
|
||||
},
|
||||
{
|
||||
source: "/responses",
|
||||
destination: "/api/v1/responses"
|
||||
},
|
||||
{
|
||||
source: "/v1/:path*",
|
||||
destination: "/api/v1/:path*"
|
||||
|
||||
Reference in New Issue
Block a user