Update src/app/services/auth.service.ts
This commit is contained in:
@@ -8,8 +8,8 @@ import {jwtDecode} from 'jwt-decode';
|
|||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
})
|
})
|
||||||
export class AuthService {
|
export class AuthService {
|
||||||
private baseApi = 'http://localhost:8080/api/auth/login';
|
// private baseApi = 'http://localhost:8080/api/auth/login';
|
||||||
// baseApi = "https://api.melvanveen.nl/api/auth/login";
|
baseApi = "https://api.melvanveen.nl/api/auth/login";
|
||||||
jwtHelper = new JwtHelperService();
|
jwtHelper = new JwtHelperService();
|
||||||
|
|
||||||
constructor(private http: HttpClient) {}
|
constructor(private http: HttpClient) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user