Fix endpoint name

This commit is contained in:
Mike Cifelli 2024-03-18 13:45:37 -04:00
parent c9c53b40ec
commit c214b3e7e3
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ defmodule ChronoscopeWeb.Router do
scope "/api/v1/nts", ChronoscopeWeb.API.V1.NTS do
pipe_through :api
get "/key-exchange", KeyEstablishmentController, :get
get "/key-establishment", KeyEstablishmentController, :get
end
# Enable LiveDashboard and Swoosh mailbox preview in development