Tweak some things so that we can embed Web UI into Tauri

This commit is contained in:
Igor Katson 2023-12-02 12:48:03 +00:00
parent 950ed816d1
commit 137d12cb9c
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
9 changed files with 105 additions and 44 deletions

View file

@ -3,7 +3,7 @@ pub mod dht_utils;
pub mod file_ops;
pub mod http_api;
pub mod http_api_client;
mod http_api_error;
pub mod http_api_error;
pub mod peer_connection;
pub mod peer_info_reader;
pub mod session;