Fix controller name
This commit is contained in:
		
							parent
							
								
									68c1952383
								
							
						
					
					
						commit
						0fa4d93f6e
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
defmodule ChronoscopeWeb.API.NTS.KeyExchangeController do
 | 
					defmodule ChronoscopeWeb.API.NTS.KeyEstablishmentController do
 | 
				
			||||||
  use ChronoscopeWeb, :controller
 | 
					  use ChronoscopeWeb, :controller
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  require Logger
 | 
					  require Logger
 | 
				
			||||||
@ -23,7 +23,7 @@ defmodule ChronoscopeWeb.Router do
 | 
				
			|||||||
  scope "/api", ChronoscopeWeb.API do
 | 
					  scope "/api", ChronoscopeWeb.API do
 | 
				
			||||||
    pipe_through :api
 | 
					    pipe_through :api
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    get "/key-exchange", NTS.KeyExchangeController, :get
 | 
					    get "/key-exchange", NTS.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
	
	Block a user