Add back in the about and security pages
This commit is contained in:
parent
9bc3167dee
commit
078f9c206f
4 changed files with 19 additions and 3 deletions
|
@ -135,10 +135,10 @@ quayApp.config(['$routeProvider', '$locationProvider', 'pages', function($routeP
|
|||
.route('/contact/', 'contact')
|
||||
|
||||
// About
|
||||
//.route('/about/', 'about')
|
||||
.route('/about/', 'about')
|
||||
|
||||
// Security
|
||||
//.route('/security/', 'security')
|
||||
.route('/security/', 'security')
|
||||
|
||||
// Landing Page
|
||||
.route('/', 'landing')
|
||||
|
|
Reference in a new issue