depracation of website module

This commit is contained in:
shockrah 2020-03-07 20:52:41 -08:00
parent f5264fbff7
commit 8220f1f745

View File

@ -15,7 +15,6 @@ use rocket_contrib::templates::Template;
use dotenv::dotenv; use dotenv::dotenv;
use std::env::var; use std::env::var;
mod website;
mod schema; mod schema;
mod models; mod models;
mod invites; mod invites;