From 0192ec41311061d3e8862a4452c14d1f4dbfaa79 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 24 Apr 2021 20:17:59 +0200 Subject: [PATCH] Use public cors-container instance instead of local --- 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 65438dc..a77739e 100644 --- a/src/Pages/App_String.elm +++ b/src/Pages/App_String.elm @@ -262,7 +262,7 @@ loadREADME app = in Http.get -- FIXME use live Gitea link - { url = "http://localhost:1234/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md" + { url = "https://cors-container.herokuapp.com/https://git.autonomic.zone/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md" , expect = Http.expectString GotText }