pub async fn set_theme(
__arg0: State<Arc<AppState>>,
__arg1: Json<SetThemeRequest>,
) -> AppResult<Json<ThemeResponse>>Expand description
POST /api/theme — Set theme (accepts {“theme”: “aurora”})
pub async fn set_theme(
__arg0: State<Arc<AppState>>,
__arg1: Json<SetThemeRequest>,
) -> AppResult<Json<ThemeResponse>>POST /api/theme — Set theme (accepts {“theme”: “aurora”})