site-key form made resulable

This commit is contained in:
realaravinth
2021-05-01 14:41:22 +05:30
parent 7058af84d6
commit 90424219f5
57 changed files with 1015 additions and 175 deletions

View File

@@ -40,6 +40,8 @@ pub use data::Data;
pub use settings::Settings;
use static_assets::FileMap;
pub use crate::middleware::auth::CheckLogin;
lazy_static! {
pub static ref SETTINGS: Settings = Settings::new().unwrap();
pub static ref S: String = env::var("S").unwrap();