omit domain entirely
This commit is contained in:
parent
00ed90e525
commit
335259cc9a
@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
|
||||
return [
|
||||
{
|
||||
source: "/api/:path*",
|
||||
destination: "http://submissions:8082/v1/:path*"
|
||||
destination: "/v1/:path*"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user