Amend Upstream URL

This commit is contained in:
2025-07-15 17:51:02 +02:00
parent fc95c3fdfd
commit dfac93e1ff
3 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ http {
"~*" $http_origin;
}
resolver 127.0.0.11 valid=10s ipv6=off;
upstream backend {
server ${API_BASE_URL}:8080;
}

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "dex-ui-vue",
"version": "0.0.5",
"version": "0.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -1,7 +1,7 @@
{
"name": "dex-ui-vue",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",