Skip to content

Commit

Permalink
fix: incorrect production api url
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jan 30, 2024
1 parent 5107996 commit 1f8189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ENV = 'production'

# base api url
VITE_BASE_API_URL = 'http://127.0.0.1:7001'
VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site'
VITE_BASE_SOCKET_PATH = '/ws-api'
VITE_BASE_SOCKET_NSP = 'wss://nest-api.buqiyuan.site/admin'

Expand Down

0 comments on commit 1f8189b

Please sign in to comment.