diff options
| author | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 15:32:57 +0545 |
|---|---|---|
| committer | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 15:32:57 +0545 |
| commit | aa5778c037c1793d0c096a3d0d31009b901a708e (patch) | |
| tree | 51129989402c867c73764f5ef16f373f9f7f8256 /src/web/src/app/scrape.service.ts | |
| parent | ac2c3b9e9f4b9a9dbc768fa034626e16e5d23953 (diff) | |
| download | StreamFinder-aa5778c037c1793d0c096a3d0d31009b901a708e.tar.xz StreamFinder-aa5778c037c1793d0c096a3d0d31009b901a708e.zip | |
connected with api
Diffstat (limited to 'src/web/src/app/scrape.service.ts')
| -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 85eed58..fa25601 100644 --- a/src/web/src/app/scrape.service.ts +++ b/src/web/src/app/scrape.service.ts @@ -10,7 +10,7 @@ export class ScrapeService { constructor(private service: HttpClient) {} performCheck(id, query, type) { - return this.service.get(this.apiURL, { + return this.service.get(this.apiURL + 'performCheck', { params: { id: id, query: query, type: type }, }); } |
