add uuid check

This commit is contained in:
Karol
2019-10-16 19:19:28 +02:00
parent 9c009ee4ec
commit 4ab78c170e
14 changed files with 155 additions and 14 deletions

View File

@@ -326,6 +326,7 @@ en:
fail: Failed to push the exercise to CodeHarbor.
label: Export to Codeharbor
success: Successfully pushed the exercise to CodeHarbor.
dialogtitle: Export to Codeharbor
file_form:
hints:
feedback_message: This message is used as a hint for failing tests.

View File

@@ -82,10 +82,11 @@ Rails.application.routes.draw do
post :search
get :statistics
get :feedback
post :push_proforma_xml
get :reload
post :submit
get 'study_group_dashboard/:study_group_id', to: 'exercises#study_group_dashboard'
post :push_proforma_xml
post :export_external_check
end
end