added favicon
This commit is contained in:
@@ -10,12 +10,12 @@ static constexpr char settingsFile[] = "assets/settings.json";
|
||||
struct Settings {
|
||||
int http_port;
|
||||
std::string db_path;
|
||||
std::string url;
|
||||
std::string domain;
|
||||
};
|
||||
|
||||
Settings load();
|
||||
Settings deafult();
|
||||
|
||||
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Settings, http_port, db_path, url);
|
||||
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Settings, http_port, db_path, domain);
|
||||
}
|
||||
#endif // JSON_SETTINGS_H
|
||||
Reference in New Issue
Block a user