web: change hardcoded dev address
This commit is contained in:
parent
4b9350747a
commit
dc08f8a33a
@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
|
||||
return [
|
||||
{
|
||||
source: "/v1/submissions/1/status/:statustype",
|
||||
destination: "http://localhost:8081/v1/submissions/:statustype"
|
||||
destination: "http://localhost:8082/v1/submissions/:statustype"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user