()
| 3323 | } |
| 3324 | |
| 3325 | async fn get_current_project() -> Result<Json<ProjectInfo>> { |
| 3326 | Ok(Json(current_project_info().await?)) |
| 3327 | } |
| 3328 | |
| 3329 | #[derive(Debug, Deserialize)] |
| 3330 | pub struct UpdateProjectRequest { |
nothing calls this directly
no test coverage detected