fix: Add /api and /ws paths to backend URLs for correct routing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# API Configuration
|
||||
# Backend API base URL
|
||||
# Backend API base URL (must include /api path)
|
||||
VITE_API_URL=http://localhost:8080/api
|
||||
|
||||
# WebSocket Configuration
|
||||
# WebSocket server URL for real-time collaboration
|
||||
# WebSocket server URL for real-time collaboration (must include /ws path)
|
||||
VITE_WS_URL=ws://localhost:8080/ws
|
||||
|
||||
Reference in New Issue
Block a user