REFACTOR: removes dead code
This commit is contained in:
parent
1e62bfa8c8
commit
49e4cca2c2
|
@ -117,7 +117,6 @@ after_initialize do
|
|||
post '/discourse-post-event/events/:post_id/invitees' => 'invitees#create'
|
||||
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/reminders/:id' => 'reminders#destroy'
|
||||
get '/upcoming-events' => 'upcoming_events#index'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue