Commit 257aaa328a3730015fd8405fec5ae7de12f551e5
1 parent
ed422b7c
chore: update .env
Showing
1 changed file
with
1 additions
and
1 deletions
.env.production
@@ -13,7 +13,7 @@ VITE_DROP_CONSOLE = true | @@ -13,7 +13,7 @@ VITE_DROP_CONSOLE = true | ||
13 | VITE_BUILD_COMPRESS = 'none' | 13 | VITE_BUILD_COMPRESS = 'none' |
14 | 14 | ||
15 | # Basic interface address SPA | 15 | # Basic interface address SPA |
16 | -VITE_GLOB_API_URL=/api | 16 | +VITE_GLOB_API_URL=/basic-api |
17 | 17 | ||
18 | # File upload address, optional | 18 | # File upload address, optional |
19 | # It can be forwarded by nginx or write the actual address directly | 19 | # It can be forwarded by nginx or write the actual address directly |