Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3272ce2

Browse files
committed
Updated url to use auth
1 parent cd92502 commit 3272ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/tcAuth.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
function TcAuthService(CONSTANTS, auth, AuthTokenService, $rootScope, $q, $log, $timeout, UserService, Helpers, ApiService, store, $http) {
99
$log = $log.getInstance("TcAuthServicetcAuth");
1010
var auth0 = auth;
11-
var apiUrl = CONSTANTS.API_URL;
11+
var apiUrl = CONSTANTS.AUTH_API_URL;
1212
var service = {
1313
login: login,
1414
socialLogin: socialLogin,

0 commit comments

Comments
 (0)