Improve Axum Routing #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "axum-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this adds a new
axumfeature that allows the service to detect the original uri when serving under a sub-path. This allows users to be able to usenest_servicerather thanfallback_serviceso that actual fallbacks can still be used.