// // Created by loki on 6/3/19. // #ifndef SUNSHINE_CONFIGHTTP_H #define SUNSHINE_CONFIGHTTP_H #include #include #include "thread_safe.h" #define WEB_DIR SUNSHINE_ASSETS_DIR "/web/" namespace confighttp { void start(); } #endif //SUNSHINE_CONFIGHTTP_H