Sunshine/sunshine/confighttp.h

21 lines
328 B
C
Raw Normal View History

2021-05-09 16:55:34 +00:00
//
// Created by loki on 6/3/19.
//
#ifndef SUNSHINE_CONFIGHTTP_H
#define SUNSHINE_CONFIGHTTP_H
#include <functional>
#include <string>
#include "thread_safe.h"
#define WEB_DIR SUNSHINE_ASSETS_DIR "/web/"
namespace confighttp {
2021-05-29 20:29:10 +00:00
void start(std::shared_ptr<safe::signal_t> shutdown_event);
2021-05-09 16:55:34 +00:00
}
#endif //SUNSHINE_CONFIGHTTP_H