mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Fix ios path
This commit is contained in:
@@ -71,7 +71,7 @@ fn platform_guard(ctx: &guard::GuardContext) -> bool {
|
|||||||
.split('/')
|
.split('/')
|
||||||
.nth(1)
|
.nth(1)
|
||||||
.unwrap_or("");
|
.unwrap_or("");
|
||||||
matches!(platform, "Android" | "StandaloneWindows64" | "Ios")
|
matches!(platform, "Android" | "StandaloneWindows64" | "iOS")
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn routes(cfg: &mut web::ServiceConfig) {
|
pub fn routes(cfg: &mut web::ServiceConfig) {
|
||||||
|
|||||||
Reference in New Issue
Block a user