add # route

This commit is contained in:
Konstantin Haase 2012-09-19 14:53:22 +02:00
parent c8b45ea95b
commit f9036e0a26
3 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-api.git
revision: d708b79e135d3e7d672bd66b0754524ff8eb7cbf
revision: e5ed22843f93d26c383a92f696baf13e520e2f74
branch: sf-use-services
specs:
travis-api (0.0.1)

View File

@ -20,6 +20,7 @@ require 'ext/ember/namespace'
':owner/:name/branches': ['home', 'branches']
':owner/:name': ['home', 'current']
'': ['home', 'index']
'#': ['home', 'index']
QUEUES: [
{ name: 'common', display: 'Common' }

File diff suppressed because one or more lines are too long