Reformat code
This commit is contained in:
parent
271b24b70d
commit
a17a9868fa
8 changed files with 40 additions and 33 deletions
src
|
@ -1,10 +1,11 @@
|
|||
extern crate dotenv;
|
||||
|
||||
use std::str::FromStr;
|
||||
|
||||
use actix_web::middleware::TrailingSlash;
|
||||
use actix_web::{middleware, web, App, HttpServer};
|
||||
use log::{trace, LevelFilter};
|
||||
use simple_logger::SimpleLogger;
|
||||
use std::str::FromStr;
|
||||
|
||||
mod db;
|
||||
mod handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue