fix: Add /api and /ws paths to backend URLs for correct routing

This commit is contained in:
M1ngdaXie
2026-01-12 01:33:27 -08:00
parent 1058299933
commit 192bcba109
4 changed files with 5 additions and 5 deletions

View File

@@ -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