We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddd054 commit 0016eceCopy full SHA for 0016ece
angular/config/auth.js
@@ -4,7 +4,7 @@
4
angular.module('app.config').config(function ($authProvider){
5
// Satellizer configuration that specifies which API
6
// route the JWT should be retrieved from
7
- $authProvider.loginUrl = '/api/1/authenticate/auth';
+ $authProvider.loginUrl = '/api/authenticate/auth';
8
});
9
10
})();
0 commit comments