feat: complete user authentication with separate login and register pages
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
REACT_APP_API_URL: "http://localhost:8000"
|
||||
VITE_API_URL: "http://localhost:8000"
|
||||
volumes:
|
||||
- ./web:/app
|
||||
- /app/node_modules
|
||||
|
||||
Reference in New Issue
Block a user