fix(admin-frontend): set NEXT_PUBLIC_API_URL to /api for same-origin routing
This commit is contained in:
parent
4dff82c184
commit
201b5ceb25
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ metadata:
|
|||
data:
|
||||
NODE_ENV: "production"
|
||||
PORT: "3000"
|
||||
NEXT_PUBLIC_API_URL: "https://api.nxtgauge.com/api"
|
||||
NEXT_PUBLIC_API_URL: "/api"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue