Restructure router rules

This commit is contained in:
Pim Kunis 2021-08-17 22:50:15 +02:00
parent 02edff90e7
commit 8696b0fb96
3 changed files with 35 additions and 18 deletions

View file

@ -0,0 +1,8 @@
defmodule MatrixServerWeb.Federation.EventController do
use MatrixServerWeb, :controller
use MatrixServerWeb.Federation.AuthenticateServer
def event(conn, %{"event_id" => event_id}) do
end
end