remove test api

This commit is contained in:
Дмитриев Максим Сергеевич
2025-06-14 18:29:20 +03:00
parent a3ea53c2f0
commit 825d7f1dd2

View File

@@ -11,10 +11,6 @@ router.get('/cameras', async (req, res) => {
res.json(data);
});
router.get('/creds', async (req, res) => {
res.json({data: process.env.GIGA_AUTH});
});
// Получить все камеры по квартире (через building_id)
router.get('/cameras/by-apartment', async (req, res) => {
const supabase = getSupabaseClient();