Commit 5826df36 by Kevin Chugh

flag comments

parent d24aa2b9
......@@ -6,3 +6,11 @@ put "#{APIPREFIX}/threads/:thread_id/abuse_unflags" do |thread_id|
un_flag_as_abuse thread
end
put "#{APIPREFIX}/comments/:comment_id/abuse_flags" do |thread_id|
flag_as_abuse comment
end
put "#{APIPREFIX}/comments/:comment_id/abuse_unflags" do |thread_id|
un_flag_as_abuse comment
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment