Packages

Build Matrix Application Services (bridges, bots...) in Elixir.

Current section

Files

Jump to
matrix_app_service lib matrix_app_service_web router.ex
Raw

lib/matrix_app_service_web/router.ex

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