samling 0.13.1

App for managing apparel collections
Documentation
1
2
3
4
5
use axum::Router;

use crate::state::AppState;

pub(crate) type AppRouter = Router<AppState>;