Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore: add url api phatnguoi.vn
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Jan 14, 2025
1 parent bcde04f commit b4fe3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/check_phat_nguoi/constants/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
GET_DATA_API_URL_CHECKPHATNGUOI: LiteralString = (
"https://api.checkphatnguoi.vn/phatnguoi"
)
API_URL_PHATNGUOI: LiteralString = "https://api.phatnguoi.vn/web/tra-cuu/"
API_URL_CSGT_CAPTCHA: LiteralString = (
"https://www.csgt.vn/lib/captcha/captcha.class.php"
)
Expand Down
1 change: 1 addition & 0 deletions src/check_phat_nguoi/types/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
class ApiEnum(str, Enum):
checkphatnguoi_vn = "checkphatnguoi.vn"
csgt_vn = "csgt.vn"
phatnguoi_vn = "phatnguoi.vn"


__all__ = ["ApiEnum"]

0 comments on commit b4fe3cb

Please sign in to comment.