diff --git a/next.config.mjs b/next.config.mjs index f7ee57a3..468f4f50 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -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*"