Still need cors-container for Gitea 🤔
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-08-18 03:46:51 +02:00
parent a0d4838d1d
commit ff91ecb74e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}