Merge pull request #1950 from betagouv/delete-constants
Move constants to urls.rb
This commit is contained in:
commit
ebe367b827
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
||||
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
|
||||
CGU_URL = [DOC_URL, "cgu"].join("/")
|
||||
MENTIONS_LEGALES_URL = [CGU_URL, "4-mentions-legales"].join("#")
|
||||
|
||||
FAQ_URL = "https://faq.demarches-simplifiees.fr"
|
|
@ -1,3 +1,10 @@
|
|||
API_ENTREPRISE_URL = 'https://entreprise.api.gouv.fr/v2'
|
||||
|
||||
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|
||||
|
||||
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
||||
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
|
||||
CGU_URL = [DOC_URL, "cgu"].join("/")
|
||||
MENTIONS_LEGALES_URL = [CGU_URL, "4-mentions-legales"].join("#")
|
||||
|
||||
FAQ_URL = "https://faq.demarches-simplifiees.fr"
|
||||
|
|
Loading…
Reference in a new issue