diff --git a/src/services/genres/genres.service.ts b/src/services/genres/genres.service.ts index 251d305..c8e1c7f 100644 --- a/src/services/genres/genres.service.ts +++ b/src/services/genres/genres.service.ts @@ -12,7 +12,7 @@ import {ApiDeletionEditResponse} from '../../interfaces/api-deletion-edit-respon }) 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 idEndpoint: string private http: HttpClient = inject(HttpClient); diff --git a/src/services/shows/shows-api.service.ts b/src/services/shows/shows-api.service.ts index 8d2fbd2..36c46c3 100644 --- a/src/services/shows/shows-api.service.ts +++ b/src/services/shows/shows-api.service.ts @@ -12,7 +12,7 @@ import {ApiCreationResponse} from '../../interfaces/api-creation-response'; }) 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 idEndpoint: string private http: HttpClient = inject(HttpClient);