brewlog/src/application/routes/api
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
backup.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
bags.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
brews.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
cafes.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
checkin.rs refactor(routes): split account, checkin, and webauthn into api/app 2026-02-05 19:04:52 +00:00
cups.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
gear.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
macros.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
mod.rs refactor(routes): wire up api/app module structure 2026-02-05 19:05:03 +00:00
roasters.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
roasts.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
scan.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
tokens.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00
webauthn.rs refactor(routes): move API handlers to routes/api/ subdirectory 2026-02-05 19:04:21 +00:00