omit domain entirely

This commit is contained in:
Quaternions 2025-03-16 12:33:42 -07:00
parent 00ed90e525
commit 335259cc9a

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