ios: fix api endpoint change

This commit is contained in:
2026-05-02 18:09:22 -07:00
parent b85409d977
commit 815655a73c
4 changed files with 24 additions and 9 deletions

View File

@@ -72,11 +72,6 @@ final class SybilSettingsStore {
return nil
}
let path = components.path.trimmingCharacters(in: CharacterSet(charactersIn: "/"))
if path.lowercased() == "api" {
components.path = ""
}
return components.url
}
}