brewlog/src/application
Jon Seager 9a46bb3613
refactor: update AppState imports to use state module
Mechanical change: all route handlers and auth middleware now import
AppState from application::state instead of application::server.
2026-02-06 13:48:09 +00:00
..
routes refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
services refactor(timeline): extract event creation into service layer 2026-02-06 10:42:52 +00:00
auth.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
server.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
state.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00