mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
18 lines
310 B
Rust
18 lines
310 B
Rust
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
pub mod config;
|
|
pub mod content;
|
|
pub mod downloads;
|
|
pub mod fonts;
|
|
pub mod geoip;
|
|
pub mod i18n;
|
|
pub mod invariant_text;
|
|
pub mod pricing;
|
|
pub mod rate_limit;
|
|
pub mod request_context;
|
|
pub mod routes;
|
|
pub mod swish;
|
|
pub mod templates;
|
|
|
|
pub use routes::build_router;
|