Skip to content

Commit

Permalink
Update routing constrain for check controller
Browse files Browse the repository at this point in the history
Follow up of 470e083
  • Loading branch information
bgeuken committed Sep 8, 2018
1 parent 9dce9c8 commit 1ca639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config/routes.rb
Expand Up @@ -39,7 +39,7 @@ def self.public_or_about_path?(request)
service: %r{\w[^\/]*},
title: %r{[^\/]*},
user: %r{[^\/]*},
status_repository_publish_build_id: %r{[^\/]*}
repository_publish_build_id: %r{[^\/]*}
}

constraints(WebuiMatcher) do
Expand Down

0 comments on commit 1ca639b

Please sign in to comment.