refactored sitekey routes

This commit is contained in:
realaravinth
2021-05-05 12:57:05 +05:30
parent f0254b3b77
commit 6069962d3e
24 changed files with 48 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ use crate::errors::*;
use crate::Data;
#[derive(TemplateOnce, Clone)]
#[template(path = "panel/site-keys/index.html")]
#[template(path = "panel/sitekey/list/index.html")]
pub struct IndexPage {
sitekeys: SiteKeys,
}