diff options
| author | realS1ant <trb.9900@gmail.com> | 2021-04-11 06:55:37 -0500 |
|---|---|---|
| committer | realS1ant <trb.9900@gmail.com> | 2021-04-11 06:55:37 -0500 |
| commit | 351f8503a79383ca03f5732330c26193afd50310 (patch) | |
| tree | c9b63c72b473010d6032f25bdad8eb8f25d5eb69 | |
| parent | c27448fdd6c05f587b8f8a20dadf9e6993121b4a (diff) | |
| download | StreamFinder-351f8503a79383ca03f5732330c26193afd50310.tar.xz StreamFinder-351f8503a79383ca03f5732330c26193afd50310.zip | |
fix url :(
| -rw-r--r-- | src/web/src/app/scrape.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/src/app/scrape.service.ts b/src/web/src/app/scrape.service.ts index 0c17feb..0a30fa2 100644 --- a/src/web/src/app/scrape.service.ts +++ b/src/web/src/app/scrape.service.ts @@ -5,7 +5,7 @@ import { HttpClient } from '@angular/common/http'; providedIn: 'root', }) export class ScrapeService { - apiURL = 'https://streamfinder.tech/api/'; + apiURL = 'https://streamfind.tech/api/'; constructor(private service: HttpClient) { } |
