ssg, !ssr, classes, board init

This commit is contained in:
sparshg
2024-09-14 03:02:14 +05:30
parent 0649cf1cdc
commit 73ab2b63a8
12 changed files with 114 additions and 46 deletions

View File

@@ -1,4 +1,6 @@
use axum::{routing::get, Router};
mod game;
use axum::{routing::get, Json, Router};
use tokio::net::TcpListener;
#[tokio::main]