Skip to content

Commit

Permalink
rust_long_polling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Kerkour committed Sep 14, 2021
1 parent bbaa728 commit f6aabcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2021/rust_long_polling/src/main.rs
Expand Up @@ -30,7 +30,6 @@ async fn main() -> Result<(), anyhow::Error> {
let chat_service = chat::ChatService::new(db);
let ctx = Arc::new(ServerContext::new(chat_service));

// build our application with a single route
let app = Router::new()
.route(
"/messages",
Expand Down

0 comments on commit f6aabcb

Please sign in to comment.