add developer easy login
This commit is contained in:
parent
e9eb311339
commit
0a91883096
3 changed files with 22 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ angular
|
|||
templateUrl: 'views/manage.html',
|
||||
logged: true
|
||||
})
|
||||
.when('/devLogin/:mail/:password', {
|
||||
templateUrl: 'views/devLogin.html',
|
||||
logged: false
|
||||
})
|
||||
.otherwise({
|
||||
templateUrl: 'views/errors/404.html',
|
||||
title: 'Error'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue