mylloon.fr/src/routes/mod.rs
Mylloon e5b5020d58
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
add web3 route
2023-04-14 12:25:20 +02:00

8 lines
136 B
Rust

pub mod agreements;
pub mod blog;
pub mod contrib;
pub mod index;
pub mod networks;
pub mod not_found;
pub mod portfolio;
pub mod web3;