Skip to content

Commit

Permalink
Remove public status routes
Browse files Browse the repository at this point in the history
Public routes are used for interconnect. We don't expect this methods to
be used like that.

Co-authored-by: Saray Cabrera Padrón <scabrerapadron@suse.de>
Co-authored-by: Victor Pereira <vpereira@suse.com>
  • Loading branch information
3 people committed Sep 6, 2018
1 parent 40367d9 commit 5ed7f30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/config/routes.rb
Expand Up @@ -625,10 +625,6 @@ def self.public_or_about_path?(request)
get 'status/history' => :history
get 'status/project/:project' => :project, constraints: cons
get 'status/bsrequest' => :bsrequest
get 'public/status/workerstatus' => 'worker/status#index'
get 'public/status/history' => :history
get 'public/status/project' => :project
get 'public/status/bsrequest' => :bsrequest
end

### /message
Expand Down

0 comments on commit 5ed7f30

Please sign in to comment.