(refactor) AppState to state mod

This commit is contained in:
Rorik Star Platinum 2025-11-05 00:47:34 +03:00
parent 8a03bdee96
commit 5b3c2d4ec7
6 changed files with 92 additions and 14 deletions

View file

@ -10,7 +10,7 @@ use axum::{
Json,
};
use serde_json::json;
use crate::AppState;
use crate::state::AppState;
/// Health-check handler
///