From c214b3e7e38631c8941d5733ce40bc08641d14e0 Mon Sep 17 00:00:00 2001 From: Mike Cifelli Date: Mon, 18 Mar 2024 13:45:37 -0400 Subject: [PATCH] Fix endpoint name --- lib/chronoscope_web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chronoscope_web/router.ex b/lib/chronoscope_web/router.ex index 9898051..87dd9f9 100644 --- a/lib/chronoscope_web/router.ex +++ b/lib/chronoscope_web/router.ex @@ -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