You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement URL path configuration for static files and routes
- Added support for a configurable URL path in the application, allowing static files and routes to be served under a specified path.
- Implemented redirection from the root to the configured URL path.
- Updated socket.io initialization to respect the URL path configuration.
- Enhanced middleware to prevent redirection for the URL path itself.
This change improves flexibility in routing and enhances the application's structure.
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
0 commit comments