aboutsummaryrefslogtreecommitdiff
path: root/lib/Server/Frontend/Routes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Server/Frontend/Routes.hs')
-rw-r--r--lib/Server/Frontend/Routes.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Server/Frontend/Routes.hs b/lib/Server/Frontend/Routes.hs
index 75b1bda..fa3a9ce 100644
--- a/lib/Server/Frontend/Routes.hs
+++ b/lib/Server/Frontend/Routes.hs
@@ -45,6 +45,8 @@ mkYesodData "Frontend" [parseRoutes|
/ticket/announce/#UUID AnnounceR POST
/ticket/del-announce/#UUID DelAnnounceR GET
+/tracker/#Text TrackerViewR GET
+
/ticker/announce TickerAnnounceR POST
/ticker/delete TickerDeleteR POST