From 02293a1008ddcf1ad96fc4e9989ddccf18fcda98 Mon Sep 17 00:00:00 2001 From: Sirine Mhedhbi Date: Thu, 21 Dec 2023 14:07:48 +0100 Subject: [PATCH] add the route of synchronize_groups --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 959f25f40f..bd7059747c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -191,6 +191,7 @@ match '/admin/clear_http_cache' => 'admin#clear_http_cache', via: [:post] match '/admin/ontologies_report' => 'admin#ontologies_report', via: [:get] match '/admin/refresh_ontologies_report' => 'admin#refresh_ontologies_report', via: [:post] + match '/admin/synchronize_groups' => 'admin#synchronize_groups', via: [:post] match '/admin/ontologies' => 'admin#delete_ontologies', via: [:delete] match '/admin/ontologies' => 'admin#process_ontologies', via: [:put] match '/admin/ontologies/:acronym/submissions/:id' => 'admin#delete_submission', via: [:delete]