Switch to live apps.json
continuous-integration/drone/push Build is passing Details

Closes #2
This commit is contained in:
3wc 2021-05-30 14:58:09 +02:00
parent a1fc0fa593
commit f53b4555cf
3 changed files with 2 additions and 1646 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -238,7 +238,7 @@ viewApps model =
loadApps : Cmd Msg
loadApps =
Http.get
{ url = "/abra-apps.json"
{ url = "https://cors-container.herokuapp.com/https://apps.coopcloud.tech/"
, expect = Http.expectJson GotApps appListDecoder
}