Serve static files if no other endpoints match
This commit is contained in:
parent
c4f1cd2201
commit
6cf1b662ae
4 changed files with 195 additions and 1 deletions
|
|
@ -6,4 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
axum = { version = "0.6.19", features = ["macros"] }
|
||||
mime_guess = "2.0.4"
|
||||
rust-embed = "6.8.1"
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue