! admin update

removing and ignoring old + new things respectively
This commit is contained in:
shockrah
2020-07-04 19:39:04 -07:00
parent c7d42709c2
commit a47f4c4c46
4 changed files with 2 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
use mysql_async::{Conn, Pool};
use mysql_async::prelude::{params, Queryable};
use std::collections::HashMap;
use crate::routes;

View File

@@ -6,7 +6,6 @@ extern crate base64;
use std::net::SocketAddr;
use std::convert::Infallible; // our main dispatcher basically never fails hence why we use this
use std::env;
use std::collections::HashMap;
use tokio;
use hyper::{