We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38865bb commit 9eca97bCopy full SHA for 9eca97b
CountriesSwiftUI/Repositories/WebAPI/CountriesWebRepository.swift
@@ -20,7 +20,7 @@ struct RealCountriesWebRepository: CountriesWebRepository {
20
21
init(session: URLSession) {
22
self.session = session
23
- self.baseURL = "https://restcountries.com/v3.1"
+ self.baseURL = "https://restcountries.com/v2"
24
}
25
26
func countries() async throws -> [ApiModel.Country] {
0 commit comments