Skip to content

Commit 0387319

Browse files
committed
Fixes old Vonovia's external links
1 parent 3f655f5 commit 0387319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WohnungSuchen/Networking/Landlords/Vonovia.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class Vonovia: Landlord {
1212
let name: Provider = .vonovia
1313
private let networkManager: NetworkManager
1414
private let decoder: JSONDecoder
15-
private let vonoviaURL = "https://www.vonovia.de/de-de/immobiliensuche/"
15+
private let vonoviaURL = "https://www.vonovia.de/zuhause-finden/immobilien/"
1616
private let imageLink = "VonoviaLogo.jpg"
1717
private let searchURLString = "https://www.wohnraumkarte.de/Api/getImmoList?offset=0&limit=25&orderBy=date_asc&city=Hamburg&rentType=miete&immoType=all&priceMax=1500&sizeMin=20&sizeMax=0&minRooms=1&dachgeschoss=0&erdgeschoss=0&sofortfrei=egal&lift=0&balcony=egal&disabilityAccess=egal&subsidizedHousingPermit=egal&userCookieValue=e64300007d54e2f903e5a62b1a63c39613705590&geoLocation=1"
1818
private let timeManager: TimeManager

0 commit comments

Comments
 (0)