changed entpoint again
This commit is contained in:
parent
b6293da0fe
commit
dbba6e819c
|
@ -9,7 +9,7 @@ import { DatePipe } from '@angular/common';
|
||||||
})
|
})
|
||||||
export class UsersService {
|
export class UsersService {
|
||||||
|
|
||||||
private apiEndpoint: string = "https://weiferl-web.azurewebsites.net/api/"
|
private apiEndpoint: string = "https://weiferl.azurewebsites.net/api/"
|
||||||
constructor(private http: HttpClient, private datePipe: DatePipe) {
|
constructor(private http: HttpClient, private datePipe: DatePipe) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user