refactor(router): added logs health and deep health (#3780)

This commit is contained in:
Sahkal Poddar
2024-02-27 18:48:27 +05:30
committed by GitHub
parent fbe9d2f19e
commit cd8222820a
3 changed files with 4 additions and 2 deletions

View File

@ -57,6 +57,8 @@ pub enum Tag {
/// API Flow
#[derive(Debug, Display, Clone, PartialEq, Eq)]
pub enum Flow {
/// Health check
HealthCheck,
/// Deep health Check
DeepHealthCheck,
/// Merchants account create flow.