This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# recipes.coopcloud.tech
|
||||
|
||||
> WIP! https://dev.apps.coopcloud.tech is the current live site
|
||||
> https://recipes.coopcloud.tech is the current live site
|
||||
|
||||
[](https://drone.autonomic.zone/coop-cloud/recipes.coopcloud.tech)
|
||||
|
||||
|
@ -378,8 +378,8 @@ viewApps model =
|
||||
|
||||
loadApps : Cmd Msg
|
||||
loadApps =
|
||||
Http.get
|
||||
{ url = "https://apps.coopcloud.tech/"
|
||||
Http.request
|
||||
{ url = "https://recipes.coopcloud.tech/recipes.json"
|
||||
, expect = Http.expectJson GotApps appListDecoder
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user