dxps / fullstack-rust-axum-dioxus-rwa

A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
MIT License
80 stars 6 forks source link

Fix initial routing #1

Closed dxps closed 1 year ago

dxps commented 1 year ago

The routes within the SPA are working. For example: navigating from HomePage (/) to SignIn (/signin) works fine.

But if you go directly to http://localhost:8080/signin you get a 404.