From 1c2873b3059f3e4d6bd02307ec5b22f761ce1c80 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 14 Jul 2025 20:35:00 +0300 Subject: feat: Update routes and fix issues --- src/health.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/health.rs') diff --git a/src/health.rs b/src/health.rs index daa2f43..ddf949a 100644 --- a/src/health.rs +++ b/src/health.rs @@ -1,6 +1,6 @@ -use axum::{response::IntoResponse, Json}; +use axum::{Json, response::IntoResponse}; use serde_json::json; pub async fn health_handler() -> impl IntoResponse { Json(json!({"status": "ok"})) -} \ No newline at end of file +} -- cgit v1.2.3