Hardcode URL Differently #9

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

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