Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Mar 17, 2023
1 parent 387497f commit 28fd7a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/global_api_web/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ defmodule GlobalApiWeb.Endpoint do

# .well-known is needed for let's encrypt
plug Plug.Static,
at: "/.well-known",
from: {:global_api, ".well_known"}
at: "/",
from: :global_api,
only: ~w(.well-known)

plug Plug.Parsers,
parsers: [:multipart, :json],
Expand Down

0 comments on commit 28fd7a6

Please sign in to comment.