Skip to content

Commit 23d899e

Browse files
committed
create lobby using ws framework instead of REST
1 parent 62fe19a commit 23d899e

File tree

8 files changed

+338
-454
lines changed

8 files changed

+338
-454
lines changed

backend/src/routes/imports.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ pub use axum::{
1313
response::{IntoResponse, Response},
1414
};
1515
pub use interfacing;
16-
pub use static_routes::*;

backend/src/routes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mod imports;
22

33
mod health_check;
4-
pub mod snake;
4+
pub mod snake_ws;
55
pub use health_check::*;

backend/src/routes/snake.rs

Lines changed: 0 additions & 340 deletions
This file was deleted.

0 commit comments

Comments
 (0)