Fix controller name

This commit is contained in:
Mike Cifelli 2024-03-16 15:38:49 -04:00
parent 68c1952383
commit 0fa4d93f6e
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
defmodule ChronoscopeWeb.API.NTS.KeyExchangeController do
defmodule ChronoscopeWeb.API.NTS.KeyEstablishmentController do
use ChronoscopeWeb, :controller
require Logger

View File

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