Skip to content

Commit 1742ea6

Browse files
committed
fix: .env.example uses incorrect url
1 parent 404d5ad commit 1742ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# URL endpoints of the services
22
NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
33
NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
4-
NEXT_PUBLIC_MATCHING_SERVICE_URL="wss://localhost:8081"
4+
NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"

0 commit comments

Comments
 (0)