fix front config.js
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 19s

This commit is contained in:
Julien Aldon
2026-01-13 15:28:26 +01:00
parent f8f37db3d6
commit e8208363c0

View File

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