fix front pagination and search

This commit is contained in:
Julien Aldon
2026-01-13 15:26:11 +01:00
parent 959d4e7281
commit d5fc8142b2
5 changed files with 29 additions and 29 deletions

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