Basically I removed all the warnings, removed some old APIs no longer in use, added cert verification to DB, im just cool like that.
This commit is contained in:
parent
c06afde7cb
commit
5a8e61c255
18 changed files with 363 additions and 254 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use std::{env, io};
|
||||
use std::collections::HashSet;
|
||||
use gxhash::HashMap;
|
||||
use once_cell::sync::Lazy;
|
||||
use rocket::fs::NamedFile;
|
||||
use rocket::{get, Request};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue