9 lines
112 B
Rust
9 lines
112 B
Rust
pub mod intsall;
|
|
pub mod person;
|
|
use rocket::routes;
|
|
|
|
// pub fn create_routes() -> Vec<rocket::Route> {
|
|
|
|
// }
|
|
|