Skip to content

Commit

Permalink
add the route of synchronize_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
SirineMhedhbi committed Dec 21, 2023
1 parent 9342a67 commit 02293a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 02293a1

Please sign in to comment.