add site key form

This commit is contained in:
realaravinth
2021-05-03 20:24:03 +05:30
parent 0531a26274
commit 812b0ff2c9
49 changed files with 1253 additions and 597 deletions

View File

@@ -21,6 +21,8 @@ mod auth;
mod panel;
pub mod routes;
pub const TITLE: &str = "mCaptcha";
pub fn services(cfg: &mut ServiceConfig) {
auth::services(cfg);
panel::services(cfg);
@@ -59,7 +61,11 @@ mod tests {
)
.await;
let urls = vec![PAGES.home, PAGES.panel.sitekey.add];
let urls = vec![
PAGES.home,
PAGES.panel.sitekey.add,
PAGES.panel.sitekey.list,
];
for url in urls.iter() {
let resp =