Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 19, 2023
1 parent 2628a13 commit 3ffb57a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cat-data-service/src/service/api/health/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! Health endpoints, which return the status of the service.
//! Mostly used by Grafana.
//!
use crate::service::common::tags::ApiTags;
use poem_openapi::OpenApi;

Expand Down
2 changes: 2 additions & 0 deletions src/cat-data-service/src/service/api/registration/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Registration endpoints, which return relevant voter's registration information.
//!
use crate::service::common::objects::{
event_id::EventId, voter_registration::VoterRegistration, voting_public_key::VotingPublicKey,
};
Expand Down

0 comments on commit 3ffb57a

Please sign in to comment.