about summary refs log tree commit diff
path: root/src/pronouns/web.clj
diff options
context:
space:
mode:
authorMorgan Astra <givengravity@gmail.com>2018-11-15 19:10:37 -0800
committerGitHub <noreply@github.com>2018-11-15 19:10:37 -0800
commit79d239309664a8f56095289a8a3f6c377fca355f (patch)
tree7235483e71a125f03e28bfe25cbd58ab3e8c1f9d /src/pronouns/web.clj
parent04d94c8935377e68292f78671428d564395b1641 (diff)
parent0581a381ae09b5a09ef97e23abdb38ac9e03c166 (diff)
Merge pull request #93 from witch-house/reload-pronouns-table
Make the pronouns table an atom and add `reload-table!`
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r--src/pronouns/web.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj
index 25f8a78..2c348c0 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -42,7 +42,6 @@
         :headers {"Content-Type" "text/html"}
         :body (pages/all-pronouns)})
 
-
   (GET "/pronouns.css" []
      {:status 200
      :headers {"Content-Type" "text/css"}