brewlog/src/application/routes/app
Jon Seager f25101eef4
refactor(routes): wire up api/app module structure
Create api/mod.rs with API router and webauthn router construction.
Create app/mod.rs with page router and static asset handlers. Rewrite
routes/mod.rs to combine api::router() + app::router(). Widen
support.rs load_*_options visibility to pub(in crate::application::routes).
2026-02-05 19:05:03 +00:00
..
account.rs refactor(routes): split account, checkin, and webauthn into api/app 2026-02-05 19:04:52 +00:00
add.rs refactor(routes): move page handlers to routes/app/ subdirectory 2026-02-05 19:04:36 +00:00
auth.rs refactor(routes): move page handlers to routes/app/ subdirectory 2026-02-05 19:04:36 +00:00
checkin.rs refactor(routes): split account, checkin, and webauthn into api/app 2026-02-05 19:04:52 +00:00
data.rs refactor(routes): move page handlers to routes/app/ subdirectory 2026-02-05 19:04:36 +00:00
home.rs refactor(routes): move page handlers to routes/app/ subdirectory 2026-02-05 19:04:36 +00:00
mod.rs refactor(routes): wire up api/app module structure 2026-02-05 19:05:03 +00:00
timeline.rs refactor(routes): move page handlers to routes/app/ subdirectory 2026-02-05 19:04:36 +00:00
webauthn.rs refactor(routes): split account, checkin, and webauthn into api/app 2026-02-05 19:04:52 +00:00