Skip to content

Commit

Permalink
cloudflare doesnt support nested subdomains :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Sep 12, 2024
1 parent 0a58cb7 commit d6f6f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templatespiler-server/src/Templatespiler/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tsOpenAPI =
& info . Data.OpenApi.version .~ "0.1.0"
& info . description ?~ "REST API for generating code & inputs from the Templatespiler language"
& info . license ?~ License "Affero General Public License 3.0 or later" Nothing
& servers .~ [Server "https://templatespiler.codosseum.developerden.org" Nothing mempty]
& servers .~ [Server "https://templatespiler-codosseum.developerden.org" Nothing mempty]

data TemplateParseRequest = TemplateParseRequest
{ version :: Text
Expand Down

0 comments on commit d6f6f80

Please sign in to comment.