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 6f7b7de..21e1517 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -51,6 +51,7 @@ 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' | ||
54 | 55 | ||
55 | resources :comments, only: [:create] | 56 | resources :comments, only: [:create] |
56 | end | 57 | end |