diff --git a/front/src/config.js b/front/src/config.js index bdb925b..31082c1 100644 --- a/front/src/config.js +++ b/front/src/config.js @@ -1,5 +1,5 @@ -// const ROOT_FQDN = 'https://bookshelf.aldon.fr/api'; -const ROOT_FQDN = 'http://localhost:8000/api'; +const ROOT_FQDN = 'https://bookshelf.aldon.fr/api'; +// const ROOT_FQDN = 'http://localhost:8000/api'; export { ROOT_FQDN