Switch to live apps.json
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Closes #2
This commit is contained in:
parent
a1fc0fa593
commit
f53b4555cf
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user