add endpoint to check for exercise uuid

This commit is contained in:
Karol
2019-09-24 18:43:38 +02:00
parent 568796ef86
commit 49d438cef8
2 changed files with 13 additions and 3 deletions

View File

@ -67,6 +67,7 @@ Rails.application.routes.draw do
end
post '/import_proforma_xml' => 'exercises#import_proforma_xml'
post '/import_uuid_check' => 'exercises#import_uuid_check'
resources :exercises do
collection do