pub async fn get_setting(
__arg0: State<App>,
__arg1: Auth,
__arg2: Path<String>,
__arg3: OptionalRequestId,
) -> ClResult<(StatusCode, Json<ApiResponse<SettingResponse>>)>Expand description
GET /settings/:name - Get a specific setting with metadata