diff options
| -rw-r--r-- | src/sec_certs/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sec_certs/configuration.py b/src/sec_certs/configuration.py index 9ea63791..17db9318 100644 --- a/src/sec_certs/configuration.py +++ b/src/sec_certs/configuration.py @@ -67,7 +67,7 @@ class Configuration(BaseSettings): description="URL from where to fetch the latest full archive of fully processed PP dataset.", ) pp_latest_snapshot: AnyHttpUrl = Field( - "https://sec-certs.org/pp/pp.json", + "https://sec-certs.org/pp/dataset.json", description="URL from where to fetch the latest snapshot of the PP dataset.", ) fips_latest_snapshot: AnyHttpUrl = Field( |
