Skip to content

Commit bee240a

Browse files
committed
frontend/env.local.example: fix typo in variable name.
1 parent 1cb502f commit bee240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/.env.local.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_BACKEND_URL=https://host/api
22
VITE_BACKEND_WS_URL=wss://host/api
3-
VITE_FRONTEN_URL=https://host
3+
VITE_FRONTEND_URL=https://host
44
TEST_USER=Testuser
55
TEST_PASSWORD=Testpass

0 commit comments

Comments
 (0)