feat(presentation): GET /health endpoint

This commit is contained in:
2026-05-14 11:21:58 +02:00
parent 6082766935
commit 2524440fe4
3 changed files with 13 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
pub mod api_keys;
pub mod auth;
pub mod feed;
pub mod health;
pub mod notifications;
pub mod social;
pub mod thoughts;