Fix REST server initialization

This commit is contained in:
2025-06-06 22:20:37 +01:00
parent 282e7f517b
commit 2fc70866a3
4 changed files with 15 additions and 4 deletions

View File

@@ -7,7 +7,8 @@
void protocols_init(void)
{
date_time_init();
rest_init();
/* Serve static files from the SPIFFS data partition */
rest_init("/data");
//mqtt_init();
//modbus_tcp_init();
}