{"message":"🚀 Servidor Firebase-MySQL API funcionando correctamente","version":"1.0.0","timestamp":"2026-05-05T10:19:26.490Z","endpoints":{"status":"/api/status","mysql":{"status":"GET /api/mysql/status","tables":"GET /api/mysql/tables","structure":"GET /api/mysql/table/:tableName/structure","data":"GET /api/mysql/table/:tableName/data","search":"GET /api/mysql/table/:tableName/search","stats":"GET /api/mysql/table/:tableName/stats","insert":"POST /api/mysql/table/:tableName/insert","query":"POST /api/mysql/query"},"firestore":{"insert":"POST /api/firestore/insert/:collection","get":"GET /api/firestore/get/:collection/:documentId?","update":"PUT /api/firestore/update/:collection/:documentId","delete":"DELETE /api/firestore/delete/:collection/:documentId"},"rtdb":{"insert":"POST /api/rtdb/insert/:path","get":"GET /api/rtdb/get/:path"},"sync":{"mysqlToFirebase":"POST /api/sync/mysql-to-firebase"}}}