(refactor) AppState to state mod
This commit is contained in:
parent
8a03bdee96
commit
5b3c2d4ec7
6 changed files with 92 additions and 14 deletions
|
|
@ -10,7 +10,7 @@ use axum::{
|
|||
Json,
|
||||
};
|
||||
use serde_json::json;
|
||||
use crate::AppState;
|
||||
use crate::state::AppState;
|
||||
|
||||
/// Health-check handler
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue