updated dependencies application wide

This commit is contained in:
Per Stark
2025-04-24 13:50:20 +02:00
parent e8c67533f8
commit 5e960735d9
23 changed files with 1315 additions and 852 deletions

View File

@@ -48,7 +48,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Create Axum router
let app = Router::new()
.nest("/api/v1", api_routes_v1(&api_state))
.nest("/", html_routes(&html_state))
.merge(html_routes(&html_state))
.with_state(AppState {
api_state,
html_state,