pub async fn handle_save(
__arg0: State<Arc<AppState>>,
__arg1: Json<SaveConfigRequest>,
) -> impl IntoResponseExpand description
POST /api/config — Save API keys and RPC endpoints.
pub async fn handle_save(
__arg0: State<Arc<AppState>>,
__arg1: Json<SaveConfigRequest>,
) -> impl IntoResponsePOST /api/config — Save API keys and RPC endpoints.