Files
zero2prod/tests/api/main.rs
Alphonse Paix 54218f92a9 Admin can now write posts
Posts can be displayed on the website. Subscribers are automatically
notified by email. This gives the opportunity to track explicitly how
many people followed the link provided in the emails sent without being
intrusive (no invisible image).
2025-09-18 17:22:33 +02:00

10 lines
158 B
Rust

mod admin_dashboard;
mod change_password;
mod health_check;
mod helpers;
mod login;
mod newsletters;
mod posts;
mod subscriptions;
mod subscriptions_confirm;