diff options
author | href <href@random.sh> | 2020-04-17 15:53:14 +0200 |
---|---|---|
committer | href <href@random.sh> | 2020-04-17 15:53:14 +0200 |
commit | 919725a6941830ce82c835ed3288c1722ddd8c9f (patch) | |
tree | 49a95b0ce716a24c7e056036d3353ceca1debe4a /lib/lsg_web/router.ex | |
parent | welp (diff) |
bleh
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_web/router.ex | 2 |
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 |