diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4b68dc3..416e939 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -24,6 +24,7 @@ Rails.application.routes.draw do | |||
24 | member do | 24 | member do |
25 | post 'accept' | 25 | post 'accept' |
26 | post 'reject' | 26 | post 'reject' |
27 | post 'mark_spam' | ||
27 | end | 28 | end |
28 | end | 29 | end |
29 | end | 30 | end |