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). |
||
|---|---|---|
| .. | ||
| account.rs | ||
| add.rs | ||
| auth.rs | ||
| checkin.rs | ||
| data.rs | ||
| home.rs | ||
| mod.rs | ||
| timeline.rs | ||
| webauthn.rs | ||