Use double quotes in urls.rb
This commit is contained in:
parent
bf63e7d6ab
commit
9156acb839
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@ API_ADRESSE_URL = "https://api-adresse.data.gouv.fr/search"
|
|||
API_CARTO_URL = "https://apicarto.sgmap.fr"
|
||||
API_ENTREPRISE_URL = "https://entreprise.api.gouv.fr/v2"
|
||||
API_GEO_URL = "https://geo.api.gouv.fr"
|
||||
HELPSCOUT_API_URL = 'https://api.helpscout.net/v2'
|
||||
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|
||||
HELPSCOUT_API_URL = "https://api.helpscout.net/v2"
|
||||
PIPEDRIVE_API_URL = "https://api.pipedrive.com/v1"
|
||||
|
||||
# Internal URLs
|
||||
FOG_BASE_URL = 'https://storage.apientreprise.fr'
|
||||
FOG_BASE_URL = "https://storage.apientreprise.fr"
|
||||
|
||||
# External services URLs
|
||||
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
||||
|
|
Loading…
Reference in a new issue