Skip to content

Commit 72ca6bb

Browse files
committed
crowbar: Remove non-implemented /utils/{import,upload} routes
They were probably used a long time ago...
1 parent 316c3fd commit 72ca6bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crowbar_framework/config/routes.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
get "utils/supportconfig(.:format)", controller: "support", action: "export_supportconfig", as: "export_supportconfig"
6868
get "utils/:controller/1.0/export(.:format)", action: "export", as: "utils_export"
6969
get "utils/:controller/1.0(.:format)", action: "utils", as: "utils_barclamp"
70-
get "utils/import/:id(.:format)", controller: "support", action: "import", constraints: { id: /[^\/]+/ }, as: "utils_import"
71-
get "utils/upload/:id(.:format)", controller: "support", action: "upload", constraints: { id: /[^\/]+/ }, as: "utils_upload"
7270
get "utils/repositories(.:format)", controller: "repositories", action: "index", as: "repositories"
7371
post "utils/repositories/sync(.:format)", controller: "repositories", action: "sync", as: "sync_repositories"
7472
post "utils/repositories/activate(.:format)", controller: "repositories", action: "activate", as: "activate_repository"

0 commit comments

Comments
 (0)