summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service_web/router.ex
blob: d8340c0d5ce04942d225775bf5fb930258982dd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
defmodule MatrixAppServiceWeb.Router do
  use Phoenix.Router
  use MatrixAppServiceWeb.Routes

  # import Plug.Conn
  import Phoenix.Controller

  # if MatrixAppService.Application.start_endpoint?() do
  MatrixAppServiceWeb.Routes.routes(:no_config)
  # end
end