add comments

This commit is contained in:
f321x
2024-06-03 20:51:53 +02:00
parent 83a2c4b812
commit 666fdd610b

View File

@ -1,4 +1,4 @@
use rocket::{get, launch, build, Rocket};
// use axum
#[get("/")]
fn index() -> &'static str {