Skip to content

Commit

Permalink
fix: fix endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Oct 31, 2023
1 parent 486d92d commit f9890f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/kite-chat-docs/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WS_ENDPOINT="wss://localhost:3000/?c=pragmasoft"
WS_ENDPOINT="wss://localhost:3000/prod?c=pragmasoft"
2 changes: 1 addition & 1 deletion packages/kite-chat-docs/.env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WS_ENDPOINT="wss://ws.k1te.chat/?c=pragmasoft"
WS_ENDPOINT="wss://ws.k1te.chat/prod?c=pragmasoft"
2 changes: 1 addition & 1 deletion packages/kite-chat-docs/.env.test
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WS_ENDPOINT="wss://ws.k1te.chat/?c=pragmasoft"
WS_ENDPOINT="wss://ws.k1te.chat/prod?c=pragmasoft"

0 comments on commit f9890f8

Please sign in to comment.