API URL : retirer le préfixe api/ réservé par Kirby
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-12 10:47:34 +02:00
parent 86331f5cb8
commit 7a8044a746

View file

@ -1,6 +1,6 @@
<?php
define('KIRBY_API_URL', 'https://index.studio-variable.com/api/support-content');
define('KIRBY_API_URL', 'https://index.studio-variable.com/support-content');
define('SUPPORT_API_TOKEN', ''); // À remplir avec le même token que dans la config Kirby
define('CACHE_TTL', 300); // 5 minutes
define('CACHE_DIR', __DIR__ . '/../cache');