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