This commit is contained in:
kamkow1
2025-06-19 15:52:47 +02:00
parent 6cfeae7a0d
commit 5c125f7ca8
3 changed files with 9 additions and 1 deletions

6
CONFIG.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef CONFIG_H_
#define CONFIG_H_
#define CONFIG_LISTEN_URL "http://0.0.0.0:8080"
#endif // CONFIG_H_