Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Aug 17, 2021
1 parent 3a95814 commit 6a11992
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.7.0"
(defproject commentator "0.8.0"
:description "A Free commenting server"
: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 @@ -67,7 +67,7 @@
:method :get
:spec :event/list
:handler-fn handler/list-events}
:event/delete {:path ["api/admin/event/" :website "/" :event-id #"/?"]
:event/delete {:path ["api/admin/event/" :website "/" :id #"/?"]
:spec :event/delete
:method :delete
:handler-fn handler/delete-event}
Expand Down

0 comments on commit 6a11992

Please sign in to comment.