Change openid discovery url

This commit is contained in:
Ivan R. 2024-10-16 23:32:23 +05:00
parent 42fa7c495f
commit c9668ff1ef
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -32,7 +32,7 @@ defmodule ComfycampWeb.Router do
pipe_through :api pipe_through :api
post "/oauth/token", OauthController, :token post "/oauth/token", OauthController, :token
get "/oauth/discovery", OauthController, :openid_discovery get "/.well-known/openid-configuration", OauthController, :openid_discovery
end end
# Enable LiveDashboard and Swoosh mailbox preview in development # Enable LiveDashboard and Swoosh mailbox preview in development