Use a constant for the API Entreprise URL

This commit is contained in:
gregoirenovel 2018-08-27 16:12:34 +02:00
parent 625f3696f1
commit 9284afc649
3 changed files with 3 additions and 7 deletions

View file

@ -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'