read and write server config via backend

This commit is contained in:
SpikeHD
2022-07-16 16:36:05 -07:00
parent 8faaba2849
commit ffc37cc203
3 changed files with 56 additions and 5 deletions

View File

@@ -45,6 +45,8 @@ fn main() {
file_helpers::dir_is_empty,
file_helpers::dir_delete,
file_helpers::copy_file,
file_helpers::read_file,
file_helpers::write_file,
downloader::download_file,
downloader::stop_download,
lang::get_lang,