clean repo

This commit is contained in:
2023-03-26 13:59:48 +02:00
parent 13d24ec766
commit f01b073654
27 changed files with 0 additions and 5475 deletions

View File

@ -1,11 +1,7 @@
#[macro_use]
extern crate rocket;
mod models;
mod rest;
#[launch]
async fn rocket() -> _ {
env_logger::init();
rest::start().await
}