Hardcode URL Differently #9

Closed
Quaternions wants to merge 2 commits from api-url into staging
Showing only changes of commit 335259cc9a - Show all commits

@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
return [ return [
{ {
source: "/api/:path*", source: "/api/:path*",
destination: "http://submissions:8082/v1/:path*" destination: "/v1/:path*"
} }
] ]
}, },