Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
➕ Add got
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Nov 2, 2020
1 parent 99e9b8e commit 5334cb1
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 2 deletions.
182 changes: 180 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"geolite2-redist": "^1.0.7",
"got": "^11.8.0",
"handlebars": "^4.7.6",
"helmet": "^4.1.1",
"hibp": "^9.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/modules/domains/domains.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
DOMAIN_VERIFICATION_HTML,
DOMAIN_VERIFICATION_TXT,
} from './domains.constants';
import got from 'got';
import { DomainVerificationMethods } from './domains.interface';

@Injectable()
Expand Down

0 comments on commit 5334cb1

Please sign in to comment.