Commit 790e719e by Your Name

changes

parent 65c7a14a
put "#{APIPREFIX}/threads/:thread_id/pin" do |thread_id|
pin thread
end
put "#{APIPREFIX}/threads/:thread_id/unpin" do |thread_id|
unpin thread
end
put "#{APIPREFIX}/comments/:comment_id/pin" do |thread_id|
pin comment
end
put "#{APIPREFIX}/comments/:comment_id/unpin" do |thread_id|
unpin comment
end
\ No newline at end of file
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