7 lines
106 B
C
7 lines
106 B
C
#ifndef CONFIG_H_
|
|
#define CONFIG_H_
|
|
|
|
#define CONFIG_LISTEN_URL "http://0.0.0.0:8080"
|
|
|
|
#endif // CONFIG_H_
|