Merge pull request 'veenm-patch-1' (#1) from veenm-patch-1 into main
All checks were successful
Increase Version / bump-version (push) Successful in 14s
All checks were successful
Increase Version / bump-version (push) Successful in 14s
Reviewed-on: veenm/paypoint#1
This commit was merged in pull request #1.
This commit is contained in:
@@ -6,8 +6,8 @@ import {Appointment} from '../models/appointment';
|
|||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
})
|
})
|
||||||
export class AppointmentService {
|
export class AppointmentService {
|
||||||
baseApi = "http://localhost:8080/api/appointments";
|
// baseApi = "http://localhost:8080/api/appointments";
|
||||||
// baseApi = "https://api.melvanveen.nl/api/appointments";
|
baseApi = "https://api.melvanveen.nl/api/appointments";
|
||||||
|
|
||||||
constructor(private http: HttpClient) {
|
constructor(private http: HttpClient) {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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) {}
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ import {Observable} from 'rxjs';
|
|||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
})
|
})
|
||||||
export class CustomerService {
|
export class CustomerService {
|
||||||
baseApi = "http://localhost:8080/api/customers";
|
// baseApi = "http://localhost:8080/api/customers";
|
||||||
// baseApi = "https://api.melvanveen.nl/api/customers";
|
baseApi = "https://api.melvanveen.nl/api/customers";
|
||||||
|
|
||||||
|
|
||||||
constructor(private http: HttpClient) {
|
constructor(private http: HttpClient) {
|
||||||
|
|||||||
Reference in New Issue
Block a user