pub async fn list_routes(
__arg0: State<AppState>,
) -> Json<ApiResponse<Vec<String>>>
Expand description
List all available routes GET /routes
pub async fn list_routes(
__arg0: State<AppState>,
) -> Json<ApiResponse<Vec<String>>>
List all available routes GET /routes