add a log message
This commit is contained in:
parent
e7a0891bbb
commit
e7230f0ec9
|
@ -93,6 +93,7 @@ fn gif(state: Arc<Mutex<State>>) -> impl Filter<Extract = impl Reply, Error = Re
|
|||
async fn main() {
|
||||
let state = Arc::new(Mutex::new(State::default()));
|
||||
|
||||
println!("Listening on 0.0.0.0:80");
|
||||
warp::serve(
|
||||
beat(state.clone())
|
||||
.or(gif(state))
|
||||
|
|
Loading…
Reference in New Issue