From ff91ecb74e9ca8f248b3224c50ea4b105f8f5d8a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 18 Aug 2021 03:46:51 +0200 Subject: [PATCH] =?UTF-8?q?Still=20need=20cors-container=20for=20Gitea=20?= =?UTF-8?q?=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 256dc3e..07316b8 100644 --- a/src/Pages/App_String.elm +++ b/src/Pages/App_String.elm @@ -304,7 +304,7 @@ loadREADME app = in Http.get -- FIXME use live Gitea link - { url = "https://git.coopcloud.tech/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md" + { url = "https://cors-container.herokuapp.com/https://git.coopcloud.tech/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md" , expect = Http.expectString GotText }