feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
This commit is contained in:
@@ -48,7 +48,7 @@ pub fn run() {
|
||||
|
||||
let listener = std::net::TcpListener::bind(config.get_server_url()).expect("bind to port");
|
||||
listener.set_nonblocking(true).expect("non blocking failed");
|
||||
tracing::debug!("listening on http://{}", listener.local_addr().unwrap());
|
||||
println!("listening on http://{}", listener.local_addr().unwrap());
|
||||
|
||||
#[cfg(feature = "prefork")]
|
||||
if config.prefork {
|
||||
|
Reference in New Issue
Block a user