Skip to content

Commit e7d6ea9

Browse files
committed
update ico
1 parent e9541ec commit e7d6ea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lapdev-api/src/router.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ async fn handle_catch_all(
328328
Some("text/javascript")
329329
} else if f.ends_with(".wasm") {
330330
Some("application/wasm")
331+
} else if f.ends_with(".ico") {
332+
Some("image/vnd.microsoft.icon")
331333
} else {
332334
None
333335
};

0 commit comments

Comments
 (0)