diff --git a/src/static_handlers.rs b/src/static_handlers.rs index d0f5841..fea1da3 100644 --- a/src/static_handlers.rs +++ b/src/static_handlers.rs @@ -71,7 +71,7 @@ fn platform_guard(ctx: &guard::GuardContext) -> bool { .split('/') .nth(1) .unwrap_or(""); - matches!(platform, "Android" | "StandaloneWindows64" | "Ios") + matches!(platform, "Android" | "StandaloneWindows64" | "iOS") } pub fn routes(cfg: &mut web::ServiceConfig) {