diff options
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r-- | src/pronouns/web.clj | 1 |
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"} |