Skip to content

Commit 5602048

Browse files
committed
Remove old backup api.
1 parent fe9bea3 commit 5602048

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

server/webapp/WEB-INF/rails.new/app/controllers/api/admin_controller.rb

Lines changed: 0 additions & 23 deletions
This file was deleted.

server/webapp/WEB-INF/rails.new/config/routes.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@
315315

316316
post 'admin/command-repo-cache/reload' => 'commands#reload_cache', as: :admin_command_cache_reload, constraints: HeaderConstraint.new
317317

318-
post 'admin/start_backup' => 'admin#start_backup', as: :backup_api_url, constraints: HeaderConstraint.new
319-
320318
scope 'admin/feature_toggles' do
321319
defaults :no_layout => true, :format => :json do
322320
get "" => "feature_toggles#index", as: :api_admin_feature_toggles

server/webapp/WEB-INF/rails.new/spec/controllers/api/admin_controller_spec.rb

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)