|
|
|
@ -41,3 +41,7 @@ void data::create_data_directory() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
fs::path data::get_store_path() { return get_data_path() / "store.json"; } |
|
|
|
fs::path data::get_store_path() { return get_data_path() / "store.json"; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nlohmann::json data::process(const nlohmann::json &) { |
|
|
|
|
|
|
|
return {{"success", true}}; |
|
|
|
|
|
|
|
} |