diff options
| author | FivePixels <FivePixels@pixls.com> | 2021-04-11 08:56:12 -0400 |
|---|---|---|
| committer | FivePixels <FivePixels@pixls.com> | 2021-04-11 08:56:12 -0400 |
| commit | 7aa0f9ef788b63f5b6bbcd5bc31f6e4aba18f5d7 (patch) | |
| tree | 3953c993f7ecb15e19dab8f95abee51094642da1 /src/web | |
| parent | 1b645f8a50a35e7f4e532380d17a5d0a9a8a95fa (diff) | |
| download | StreamFinder-7aa0f9ef788b63f5b6bbcd5bc31f6e4aba18f5d7.tar.xz StreamFinder-7aa0f9ef788b63f5b6bbcd5bc31f6e4aba18f5d7.zip | |
rename disneyplus
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/src/app/scrape.service.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
