zero-to-production/tests/api/main.rs

10 lines
161 B
Rust
Raw Permalink Normal View History

mod admin_dashboard;
mod change_password;
2021-02-14 12:12:07 +00:00
mod health_check;
mod helpers;
mod login;
mod newsletter;
2021-02-14 12:12:07 +00:00
mod subscriptions;
2021-03-11 09:24:57 +00:00
mod subscriptions_confirm;
2021-08-22 15:54:41 +00:00
mod test_user;