ajout main.py

This commit is contained in:
2026-04-01 00:23:24 +02:00
parent b7ef783790
commit e7a55b4788
2 changed files with 69 additions and 1 deletions

View File

@@ -192,7 +192,7 @@
setInterval(async () => {
try {
const res = await fetch('/api/check-rfid-login');
const res = await fetch('/check-rfid-login');
const data = await res.json();
if (data.success) {