Skip to content

Commit

Permalink
update ws to wss
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil307 committed Aug 11, 2023
1 parent d93cb93 commit af02e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_AUTH0_DOMAIN="dev-txpc5harm481cb6o.us.auth0.com"
VITE_AUTH0_CLIENT_ID="BOU97TMrp85ftAnrXSLTiYYiuifp9jfz"
VITE_API='https://network-class-server.ru'
VITE_WS_API='ws://network-class-server.ru'
VITE_WS_API='wss://network-class-server.ru'
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_AUTH0_DOMAIN="dev-txpc5harm481cb6o.us.auth0.com"
VITE_AUTH0_CLIENT_ID="fOB3CWsgCnNLI5q7OMWe9DfWaAXOme2o"
VITE_API='https://network-class-server.ru'
VITE_WS_API='ws://network-class-server.ru'
VITE_WS_API='wss://network-class-server.ru'

0 comments on commit af02e89

Please sign in to comment.