create new type SafeString to sanitise and store unsafe html
This commit is contained in:
committed by
Your Name
parent
e7cadbf764
commit
bb1442db8a
@@ -42,6 +42,7 @@ mod models;
|
||||
mod schema;
|
||||
mod routes;
|
||||
mod utils;
|
||||
mod safe_string;
|
||||
|
||||
lazy_static! {
|
||||
pub static ref BASE_URL: String = env::var("BASE_URL")
|
||||
|
||||
Reference in New Issue
Block a user