Update src/app/services/auth.service.ts

This commit is contained in:
2025-03-12 09:09:30 +00:00
parent bec95651f2
commit 3a21ac9077

View File

@@ -8,8 +8,8 @@ import {jwtDecode} from 'jwt-decode';
providedIn: 'root',
})
export class AuthService {
private baseApi = 'http://localhost:8080/api/auth/login';
// baseApi = "https://api.melvanveen.nl/api/auth/login";
// private baseApi = 'http://localhost:8080/api/auth/login';
baseApi = "https://api.melvanveen.nl/api/auth/login";
jwtHelper = new JwtHelperService();
constructor(private http: HttpClient) {}