summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/web/src/app/scrape.service.ts4
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) {