update
Build Docker images / push-nightly-image (push) Successful in 1m45s Details
Build Docker images / push-release-image (push) Has been skipped Details

This commit is contained in:
minish 2024-08-02 19:04:51 -04:00
parent d8bb654587
commit c3d770ffc1
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]