update api url

This commit is contained in:
landaiqing
2024-11-15 02:05:52 +08:00
parent 33d76461f1
commit 23331318de
10 changed files with 16 additions and 31 deletions

View File

@@ -16,6 +16,6 @@ VITE_TITLE_NAME='五味子云相册'
VITE_APP_TOKEN_KEY='Bearer'
# the websocket url
VITE_QR_SOCKET_URL='ws://127.0.0.1:80/api/ws/qr_ws'
VITE_QR_SOCKET_URL='ws://127.0.0.1:80/api/ws/qrcode'
VITE_MESSAGE_SOCKET_URL='ws://127.0.0.1:80/api/ws/message_ws'
VITE_MESSAGE_SOCKET_URL='ws://127.0.0.1:80/api/ws/message'