Services: change api url

This commit is contained in:
Toast 2025-02-07 21:51:12 +01:00
parent c2c008c952
commit a09d4ee75d
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);