Skip to content

Commit 0016ece

Browse files
author
Jad Joubran
committed
fixed jwt route to conform with dingo/api #43
1 parent 2ddd054 commit 0016ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/config/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
angular.module('app.config').config(function ($authProvider){
55
// Satellizer configuration that specifies which API
66
// route the JWT should be retrieved from
7-
$authProvider.loginUrl = '/api/1/authenticate/auth';
7+
$authProvider.loginUrl = '/api/authenticate/auth';
88
});
99

1010
})();

0 commit comments

Comments
 (0)