Drop CORS proxy
continuous-integration/drone/push Build is passing Details

RE: #18
This commit is contained in:
3wc 2023-01-08 19:04:39 -08:00
parent 0777f7c008
commit 1a7ade0f76
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://cors-container.herokuapp.com/https://git.coopcloud.tech/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md"
{ url = "https://git.coopcloud.tech/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md"
, expect = Http.expectString GotText
}