REFACTOR: removes dead code

This commit is contained in:
jjaffeux 2020-08-11 08:18:12 +02:00
parent 1e62bfa8c8
commit 49e4cca2c2
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ after_initialize do
post '/discourse-post-event/events/:post_id/invitees' => 'invitees#create' post '/discourse-post-event/events/:post_id/invitees' => 'invitees#create'
get '/discourse-post-event/events/:post_id/invitees' => 'invitees#index' get '/discourse-post-event/events/:post_id/invitees' => 'invitees#index'
delete '/discourse-post-event/events/:post_id/invitees/:id' => 'invitees#destroy' delete '/discourse-post-event/events/:post_id/invitees/:id' => 'invitees#destroy'
delete '/discourse-post-event/events/:post_id/reminders/:id' => 'reminders#destroy'
get '/upcoming-events' => 'upcoming_events#index' get '/upcoming-events' => 'upcoming_events#index'
end end