Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dim-web): route react routes properly #545

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

mental32
Copy link
Collaborator

Closes #543

In the previous web code warp::get().map(super::react_routes) would be triggered for any / & /%whatever% route, I missed this detail in the initial port to axum's router. now the new routing logic will behave likewise.

@mental32 mental32 added A-backend Anything to do with the backend (dim server) bug fix A fix for a bug labels Apr 11, 2023
@mental32 mental32 requested a review from vgarleanu April 11, 2023 00:00
@vgarleanu vgarleanu merged commit 03511cf into master Apr 12, 2023
@mental32 mental32 deleted the 543-dim-web-react-routes branch May 20, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend Anything to do with the backend (dim server) bug fix A fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest dim-web commit breaks web server
2 participants