diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/routes.rb b/config/routes.rb index 21e1517..76378c4 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -51,7 +51,6 @@ Rails.application.routes.draw do | |||
| 51 | member do | 51 | member do |
| 52 | post 'upvote' | 52 | post 'upvote' |
| 53 | post 'downvote' | 53 | post 'downvote' |
| 54 | post 'webmention' | ||
| 55 | 54 | ||
| 56 | resources :comments, only: [:create] | 55 | resources :comments, only: [:create] |
| 57 | end | 56 | end |
| @@ -82,4 +81,6 @@ Rails.application.routes.draw do | |||
| 82 | post 'downvote' | 81 | post 'downvote' |
| 83 | end | 82 | end |
| 84 | end | 83 | end |
| 84 | |||
| 85 | resources :webmentions, only: [:create] | ||
| 85 | end | 86 | end |
