fix(next.config): add new route for responses endpoint to API

This commit is contained in:
decolua
2026-06-21 16:57:29 +07:00
parent 36153fedbd
commit 3e12bc27d2

View File

@@ -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*"