18943: Tweaking fixtures
[arvados.git] / services / api / config / routes.rb
index 738426b1d8b06e007f2c62dbf0d91ba6311c8672..98f5788d6505d3525115f3b3a8e5622b8a059937 100644 (file)
@@ -92,6 +92,8 @@ Rails.application.routes.draw do
     end
   end
 
+  post '/sys/trash_sweep', to: 'sys#trash_sweep'
+
   if Rails.env == 'test'
     post '/database/reset', to: 'database#reset'
   end