diff --git a/lib/comfycamp_web/router.ex b/lib/comfycamp_web/router.ex index 9136e7c..545cc4a 100644 --- a/lib/comfycamp_web/router.ex +++ b/lib/comfycamp_web/router.ex @@ -32,7 +32,7 @@ defmodule ComfycampWeb.Router do pipe_through :api post "/oauth/token", OauthController, :token - get "/oauth/discovery", OauthController, :openid_discovery + get "/.well-known/openid-configuration", OauthController, :openid_discovery end # Enable LiveDashboard and Swoosh mailbox preview in development