summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrealS1ant <trb.9900@gmail.com>2021-04-11 06:55:37 -0500
committerrealS1ant <trb.9900@gmail.com>2021-04-11 06:55:37 -0500
commit351f8503a79383ca03f5732330c26193afd50310 (patch)
treec9b63c72b473010d6032f25bdad8eb8f25d5eb69 /src
parentc27448fdd6c05f587b8f8a20dadf9e6993121b4a (diff)
downloadStreamFinder-351f8503a79383ca03f5732330c26193afd50310.tar.xz
StreamFinder-351f8503a79383ca03f5732330c26193afd50310.zip
fix url :(
Diffstat (limited to 'src')
-rw-r--r--src/web/src/app/scrape.service.ts2
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) { }