diff --git a/src/main.rs b/src/main.rs index e2a5715..a914210 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ fn main() { } router!(request, (GET) ["/"] => { index() }, - (GET) ["manifest.json"] => { + (GET) ["/manifest.json"] => { Response::from_data("application/manifest+json", include_bytes!("manifest.json")) }, (GET) ["/icon.png"] => {