소스 검색

Fixing Frontend

svalavuo 2 일 전
부모
커밋
0bb65b7402
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/.env.production

+ 1 - 1
frontend/.env.production

@@ -1,4 +1,4 @@
 # Production environment variables for Vue.js frontend
-VUE_APP_API_URL=http://localhost:8080
+VUE_APP_API_URL=http://localhost:9123
 VUE_APP_TITLE=Inventory Management System
 VUE_APP_VERSION=1.0.0