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).
10 lines
158 B
Rust
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;
|