Skip to content

Commit

Permalink
frontend: delete dangling slash to avoid redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Aug 8, 2024
1 parent 6af220d commit 67118b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/review/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

(reset! status "submitting")

(POST "/frontend/review/"
(POST "/frontend/review"
{:params body
:response-format :json
:format :json
Expand Down

0 comments on commit 67118b5

Please sign in to comment.