allow using http connector for config server

This commit is contained in:
sijie.sun
2025-03-07 21:11:56 +08:00
committed by Sijie.Sun
parent 24213a874a
commit 745e44cc87
3 changed files with 19 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
#![allow(dead_code)]
mod arch;
mod connector;
mod gateway;
mod instance;
mod peer_center;
mod vpn_portal;
pub mod common;
pub mod connector;
pub mod launcher;
pub mod peers;
pub mod proto;