Add simple controller to create events
This commit is contained in:
@ -168,6 +168,8 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resources :events, only: [:create]
|
||||
|
||||
post "/evaluate", to: 'remote_evaluation#evaluate', via: [:post]
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user