diff --git a/web/Makefile b/web/Makefile index cb46e87..f374aac 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ -API_HOST='localhost' +API_ADDR='localhost:8080' API_LOG_LEVEL='WARN' LOG_LEVEL='TRACE' @@ -9,7 +9,7 @@ build: npm run build serve: - VUE_APP_PM_API_BASE=http://${API_HOST}:8080/api \ + VUE_APP_PM_API_BASE=/api \ VUE_APP_API_LOG_LEVEL=${API_LOG_LEVEL} \ VUE_APP_LOG_LEVEL=${LOG_LEVEL} \ npm run serve