summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service.ex
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-10-24 05:29:24 +0200
committerPierre de Lacroix <pierre@pdelacroix.com>2020-10-24 05:29:24 +0200
commitad20709eb547851dd801bcbd0a705c2518594973 (patch)
tree62f67fa55ffb31d448dff0941a912ddb3c0836d1 /lib/matrix_app_service.ex
parentMerge branch 'docs-review' into 'master' (diff)
package preparation
Diffstat (limited to 'lib/matrix_app_service.ex')
-rw-r--r--lib/matrix_app_service.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/matrix_app_service.ex b/lib/matrix_app_service.ex
index 424ff2d..37697a0 100644
--- a/lib/matrix_app_service.ex
+++ b/lib/matrix_app_service.ex
@@ -22,6 +22,7 @@ defmodule MatrixAppService do
```
require MatrixAppServiceWeb.Router
+
MatrixAppServiceWeb.Router.routes()
```