disable auth for now
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
pub mod client;
|
||||
mod no_cert;
|
||||
pub mod server;
|
||||
|
||||
pub const SERVER_NAME: &str = "openworm";
|
||||
|
||||
pub enum ClientMsg {
|
||||
SendMsg { content: String },
|
||||
|
||||
Reference in New Issue
Block a user