about summary refs log tree commit diff
path: root/users/grfn/bbbg/src/bbbg/web.clj
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/bbbg/src/bbbg/web.clj')
-rw-r--r--users/grfn/bbbg/src/bbbg/web.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/bbbg/src/bbbg/web.clj b/users/grfn/bbbg/src/bbbg/web.clj
index 2419eb23b7..e712c89378 100644
--- a/users/grfn/bbbg/src/bbbg/web.clj
+++ b/users/grfn/bbbg/src/bbbg/web.clj
@@ -74,6 +74,8 @@
    (GET "/main.js" []
      (-> (resource-response "main.js")
          (content-type "text/javascript")))
+   (GET "/robots.txt" []
+     (resource-response "robots.txt"))
 
    (attendees/attendees-routes env)
    (attendee-checks/attendee-checks-routes env)