summaryrefslogtreecommitdiff
path: root/lib/lsg_web/router.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-04-17 15:53:14 +0200
committerhref <href@random.sh>2020-04-17 15:53:14 +0200
commit919725a6941830ce82c835ed3288c1722ddd8c9f (patch)
tree49a95b0ce716a24c7e056036d3353ceca1debe4a /lib/lsg_web/router.ex
parentwelp (diff)
bleh
Diffstat (limited to '')
-rw-r--r--lib/lsg_web/router.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lsg_web/router.ex b/lib/lsg_web/router.ex
index c47e422..a834083 100644
--- a/lib/lsg_web/router.ex
+++ b/lib/lsg_web/router.ex
@@ -22,6 +22,8 @@ defmodule LSGWeb.Router do
get "/irc", IrcController, :index
get "/irc/txt", IrcController, :txt
get "/irc/txt/:name", IrcController, :txt
+ get "/irc/alcoolog/:channel", AlcoologController, :index
+ get "/irc/alcoolog/~/:nick", AlcoologController, :nick
end
scope "/api", LSGWeb do