From 7aa0f9ef788b63f5b6bbcd5bc31f6e4aba18f5d7 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sun, 11 Apr 2021 08:56:12 -0400 Subject: rename disneyplus --- src/web/src/app/scrape.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/web/src/app/scrape.service.ts b/src/web/src/app/scrape.service.ts index d5ebbdf..bbde5f3 100644 --- a/src/web/src/app/scrape.service.ts +++ b/src/web/src/app/scrape.service.ts @@ -5,8 +5,8 @@ import { HttpClient } from '@angular/common/http'; providedIn: 'root', }) export class ScrapeService { - apiURL = 'http://localhost:5000/api/'; - + // apiURL = 'http://localhost:5000/api/'; + apiURL = 'https://streamfind.tech/api/'; constructor(private service: HttpClient) { } performCheck(id, query, type) { -- cgit v1.2.3