summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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) { }