Skip to content

Commit

Permalink
feat: add api axum based handlers (ongoing)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Sep 28, 2023
1 parent 1f5478e commit 3b0db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsp_meta/service/project_metadata_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ where
}

fn get_all(&self) -> Result<Vec<ProjectMetadata>, DspMetaError> {
todo!()
self.repo.get_all()
}

fn store(&self, id: &Shortcode, metadata: &ProjectMetadata) -> Result<(), DspMetaError> {
Expand Down

0 comments on commit 3b0db5a

Please sign in to comment.