diff options
| author | realS1ant <trb.9900@gmail.com> | 2021-04-11 05:53:12 -0500 |
|---|---|---|
| committer | realS1ant <trb.9900@gmail.com> | 2021-04-11 05:53:12 -0500 |
| commit | 34dafcea8d44505a370b1b3d55a2e0e745019235 (patch) | |
| tree | 646b2bd18860a676207ba872cc70fa073057754a | |
| parent | 5dc305de2bffefd83be37c1d699686626b1369ad (diff) | |
| download | StreamFinder-34dafcea8d44505a370b1b3d55a2e0e745019235.tar.xz StreamFinder-34dafcea8d44505a370b1b3d55a2e0e745019235.zip | |
backend url update
| -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 fa25601..0c17feb 100644 --- a/src/web/src/app/scrape.service.ts +++ b/src/web/src/app/scrape.service.ts @@ -5,9 +5,9 @@ import { HttpClient } from '@angular/common/http'; providedIn: 'root', }) export class ScrapeService { - apiURL = 'http://localhost:5000/api/'; + apiURL = 'https://streamfinder.tech/api/'; - constructor(private service: HttpClient) {} + constructor(private service: HttpClient) { } performCheck(id, query, type) { return this.service.get(this.apiURL + 'performCheck', { |
