Skip to content

Commit

Permalink
release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jan 13, 2022
1 parent bb446df commit 6e31697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject commentator "0.13.0"
(defproject commentator "0.14.0"
:description "A Free commenting system"
:url "https://github.com/mcorbin/commentator"
:license {:name "EPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/commentator/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
["/api/admin/event/:website/:id" {:delete {:spec :event/delete
:auth true
:handler handler/delete-event}}]
["/healthz" {:get {:handler-fn handler/healthz}}]])
["/healthz" {:get {:handler handler/healthz}}]])

0 comments on commit 6e31697

Please sign in to comment.