From 69a7fbc0364f907944625ed0a7e1bc3321a49399 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 4 May 2022 10:30:54 +0100 Subject: [PATCH] More URL fixin' --- src/Pages/App_String.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/App_String.elm b/src/Pages/App_String.elm index 8d52576..fb7ed0d 100644 --- a/src/Pages/App_String.elm +++ b/src/Pages/App_String.elm @@ -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 }