brewlog/src/application/routes/api
Jon Seager 9cc0b30cca
refactor(routes): move API handlers to routes/api/ subdirectory
Move entity CRUD modules (roasters, roasts, bags, brews, gear, cafes,
cups), pure API modules (tokens, backup, scan), macros, and webauthn
to routes/api/. Remove page handlers from api/webauthn.rs. Update
import paths (super::support:: to crate::, scan's TastingNotesInput
reference to super::roasts::). Widen pub(super) to
pub(in crate::application::routes) on page loaders and data structs
for cross-subdirectory access.
2026-02-05 19:04:21 +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
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
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