More URL fixin'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2022-05-04 10:30:54 +01:00
parent 4c5e151615
commit 69a7fbc036
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ viewApp app readme =
loadApp : Cmd Msg
loadApp =
Http.get
{ url = "https://apps.coopcloud.tech/"
{ url = "https://recipes.coopcloud.tech/recipes.json"
, expect = Http.expectJson GotApps appListDecoder
}