geoffrey/src/routes/mod.rs

6 lines
121 B
Rust

pub mod api;
/**
* This module contains all the re-exported routes for different aspects of Geoffrey
*/
pub mod views;