brewlog/src/application
Jon Seager 4bae7f1762
refactor(routes): re-export is_authenticated for shorter imports
Add pub(crate) re-export of is_authenticated from routes/mod.rs,
allowing handlers to use super::is_authenticated instead of the
verbose crate::application::routes::auth::is_authenticated path.

Updated 9 call sites across roasters.rs, roasts.rs, bags.rs, and
timeline.rs.
2026-02-02 14:32:30 +00:00
..
routes refactor(routes): re-export is_authenticated for shorter imports 2026-02-02 14:32:30 +00:00
auth.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00
errors.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
mod.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
server.rs feat: add bags domain and repositories 2025-11-27 13:56:06 +00:00