mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
chore: update cargo edition to 2024 (#673)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use tuono_lib::axum::http::StatusCode;
|
||||
use tuono_lib::Request;
|
||||
use tuono_lib::axum::http::StatusCode;
|
||||
|
||||
#[tuono_lib::api(GET)]
|
||||
async fn health_check(_req: Request) -> StatusCode {
|
||||
|
||||
Reference in New Issue
Block a user