Update src/main.rs
Build Docker images / push-nightly-image (push) Failing after 1m8s Details
Build Docker images / push-release-image (push) Has been skipped Details

This commit is contained in:
minish 2024-09-15 12:57:08 -04:00
parent c3d770ffc1
commit ab3d19a3c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use axum::{Router, routing::get}; use axum::{Router, routing::get};
async fn index() -> &'static str { async fn index() -> &'static str {
"Hi world !" "Hi World !"
} }
#[tokio::main] #[tokio::main]