Fix endpoint name
This commit is contained in:
parent
c9c53b40ec
commit
c214b3e7e3
|
@ -23,7 +23,7 @@ defmodule ChronoscopeWeb.Router do
|
||||||
scope "/api/v1/nts", ChronoscopeWeb.API.V1.NTS do
|
scope "/api/v1/nts", ChronoscopeWeb.API.V1.NTS do
|
||||||
pipe_through :api
|
pipe_through :api
|
||||||
|
|
||||||
get "/key-exchange", KeyEstablishmentController, :get
|
get "/key-establishment", KeyEstablishmentController, :get
|
||||||
end
|
end
|
||||||
|
|
||||||
# Enable LiveDashboard and Swoosh mailbox preview in development
|
# Enable LiveDashboard and Swoosh mailbox preview in development
|
||||||
|
|
Loading…
Reference in New Issue