Visually makeover

This commit is contained in:
2026-07-03 21:05:07 +02:00
parent 10a239a155
commit c7fceee11f
40 changed files with 6851 additions and 1201 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
/**
* Managed catalog API endpoint.
* Served at /api/managed-stations.json via .htaccess rewrite.
* Returns the same JSON envelope as the Node backend: { schemaVersion, updatedAt, stations }.
* Returns the same JSON envelope used by the Vite dev/preview middleware:
* { schemaVersion, updatedAt, stations }.
*/
header('Content-Type: application/json; charset=utf-8');