clean repo
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
#[macro_use]
|
||||
extern crate rocket;
|
||||
|
||||
mod models;
|
||||
mod rest;
|
||||
|
||||
#[launch]
|
||||
async fn rocket() -> _ {
|
||||
env_logger::init();
|
||||
rest::start().await
|
||||
}
|
||||
|
Reference in New Issue
Block a user