# HG changeset patch # User Dennis Concepción Martín # Date 1624186732 -7200 # Node ID 5ca468751db22038941949e9c4a764a462fa969c # Parent a0d2477e5ff72db021993ca654455df84a28fadf Change init to initial diff -r a0d2477e5ff7 -r 5ca468751db2 LazyBear/Views/Home/HomeView.swift --- a/LazyBear/Views/Home/HomeView.swift Sun Jun 20 12:58:38 2021 +0200 +++ b/LazyBear/Views/Home/HomeView.swift Sun Jun 20 12:58:52 2021 +0200 @@ -65,7 +65,7 @@ } else { ProgressView() .onAppear { - home.request("https://api.lazybear.app/home/type=init", .initial) + home.request("https://api.lazybear.app/home/type=initial", .initial) } } diff -r a0d2477e5ff7 -r 5ca468751db2 LazyBear/Views/Profile/ProfileView.swift --- a/LazyBear/Views/Profile/ProfileView.swift Sun Jun 20 12:58:38 2021 +0200 +++ b/LazyBear/Views/Profile/ProfileView.swift Sun Jun 20 12:58:52 2021 +0200 @@ -106,7 +106,7 @@ switch requestType { case .initial: - let url = "https://api.lazybear.app/profile/type=init/symbols=\(symbolString)" + let url = "https://api.lazybear.app/profile/type=initial/symbols=\(symbolString)" profile.request(url, .initial) default: