Skip to content

Commit 536dd89

Browse files
committedNov 15, 2023
[vue] fix incorrect env
1 parent 5c9cf3d commit 536dd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎vue/.env.production

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VITE_APP_API_URL=http://localhost/api
2-
VITE_APP_WS_URL=ws://localhost/ws
1+
VITE_APP_API_URL=/api
2+
VITE_APP_WS_URL=/ws

0 commit comments

Comments
 (0)
Please sign in to comment.