Goal-Calibration/bootstrap
Yisroel Baum c065e065e9
fix admin texts route shadow conflict
FastRoute rejected /api/texts/all because the previously
declared variable route /api/texts/{textId} would shadow it,
crashing the app on boot. move the admin all-texts endpoint
to /api/admin/texts to clear the conflict; admin texts.js
follows the new URL.
2026-05-02 21:54:43 +03:00
..
app.php fix admin texts route shadow conflict 2026-05-02 21:54:43 +03:00
container.php remove unused import 2026-05-01 10:58:23 +03:00