Services: change api url
This commit is contained in:
parent
c2c008c952
commit
a09d4ee75d
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import {ApiDeletionEditResponse} from '../../interfaces/api-deletion-edit-respon
|
||||||
})
|
})
|
||||||
export class GenresService {
|
export class GenresService {
|
||||||
|
|
||||||
private readonly url: string = "https://shows.everest.tailscale/api/";
|
private readonly url: string = "https://shows.toast003.xyz/api/";
|
||||||
private genresEndpoint: string
|
private genresEndpoint: string
|
||||||
private idEndpoint: string
|
private idEndpoint: string
|
||||||
private http: HttpClient = inject(HttpClient);
|
private http: HttpClient = inject(HttpClient);
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ import {ApiCreationResponse} from '../../interfaces/api-creation-response';
|
||||||
})
|
})
|
||||||
export class ShowsApiService {
|
export class ShowsApiService {
|
||||||
|
|
||||||
private readonly url: string = "https://shows.everest.tailscale/api/";
|
private readonly url: string = "https://shows.toast003.xyz/api/";
|
||||||
private showsEndpoint: string
|
private showsEndpoint: string
|
||||||
private idEndpoint: string
|
private idEndpoint: string
|
||||||
private http: HttpClient = inject(HttpClient);
|
private http: HttpClient = inject(HttpClient);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue