cleaned up module imports
This commit is contained in:
parent
d19fb43ada
commit
c7691adb56
@ -1,6 +1,12 @@
|
||||
// relevant macros and imports for rocket.rs
|
||||
#[macro_use] extern crate rocket;
|
||||
use rocket::{Rocket, Build, fs::{FileServer, relative}, serde::{Deserialize, json::Json}, Error, Response};
|
||||
use rocket::{
|
||||
Rocket,
|
||||
Build,
|
||||
fs::{FileServer, relative},
|
||||
serde::{Deserialize, json::Json}
|
||||
};
|
||||
|
||||
pub mod sql;
|
||||
|
||||
#[get("/")]
|
||||
|
Loading…
Reference in New Issue
Block a user