removed pointless function

This commit is contained in:
shockrah 2020-02-05 16:31:35 -08:00
parent 1e1b9d4f72
commit da0af22ee5

View File

@ -11,8 +11,6 @@ pub struct WebsiteConfig {
stylesheet: String,
}
pub fn init() {
}
#[get("/")]
pub fn homepage() -> Template {