diff options
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r-- | src/pronouns/web.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj index 646e142..04acd5d 100644 --- a/src/pronouns/web.clj +++ b/src/pronouns/web.clj @@ -20,8 +20,8 @@ (defroutes app-routes (GET "/" [] {:status 200 - :headers {"Content-Type" "text/plain"} - :body (pages/front)}) + :headers {"Content-Type" "text/html"} + :body (pages/front pronouns-table)}) (GET "/pronouns.css" {params :params} {:status 200 |