Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): redirect '/index.html' to root '/'
When directly accessing to /index.html, React router doesn't treat it as root '/' so the default page resolution didn't happen. This fix changed the React router routes to explicitly redirect '/index.html' to '/'. This fix is needed for Spring Boot 3 runtime support.
- Loading branch information