Fix ios path

This commit is contained in:
Ethan O'Brien
2026-06-07 22:14:46 -05:00
parent b584fbe97f
commit 3d83959aab

View File

@@ -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) {