Skip to content

Commit

Permalink
crowbar: Remove non-implemented /utils/{import,upload} routes
Browse files Browse the repository at this point in the history
They were probably used a long time ago...
  • Loading branch information
vuntz committed Feb 9, 2016
1 parent 398aee4 commit a84aaa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crowbar_framework/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
get "utils/supportconfig(.:format)", controller: "support", action: "export_supportconfig", as: "export_supportconfig"
get "utils/:controller/1.0/export(.:format)", action: "export", as: "utils_export"
get "utils/:controller/1.0(.:format)", action: "utils", as: "utils_barclamp"
get "utils/import/:id(.:format)", controller: "support", action: "import", constraints: { id: /[^\/]+/ }, as: "utils_import"
get "utils/upload/:id(.:format)", controller: "support", action: "upload", constraints: { id: /[^\/]+/ }, as: "utils_upload"
get "utils/repositories(.:format)", controller: "repositories", action: "index", as: "repositories"
post "utils/repositories/sync(.:format)", controller: "repositories", action: "sync", as: "sync_repositories"
post "utils/repositories/activate(.:format)", controller: "repositories", action: "activate", as: "activate_repository"
Expand Down

0 comments on commit a84aaa2

Please sign in to comment.