Skip to content

Commit

Permalink
update ico
Browse files Browse the repository at this point in the history
  • Loading branch information
lyang2821 committed Oct 17, 2024
1 parent e9541ec commit e7d6ea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lapdev-api/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ async fn handle_catch_all(
Some("text/javascript")
} else if f.ends_with(".wasm") {
Some("application/wasm")
} else if f.ends_with(".ico") {
Some("image/vnd.microsoft.icon")
} else {
None
};
Expand Down

0 comments on commit e7d6ea9

Please sign in to comment.