Use a constant for the API Entreprise URL
This commit is contained in:
parent
625f3696f1
commit
9284afc649
3 changed files with 3 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
API_CARTO_URL = "https://apicarto.sgmap.fr"
|
||||
|
||||
API_ENTREPRISE_URL = "https://entreprise.api.gouv.fr/v2"
|
||||
|
||||
API_GEO_URL = "https://geo.api.gouv.fr"
|
||||
|
||||
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue