view sitekey route and redirection

This commit is contained in:
realaravinth
2021-05-26 12:51:23 +05:30
parent 3d8cd9daed
commit bfc6bca73c
4 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ pub mod routes {
Sitekey {
list: "/sitekey/list",
add: "/sitekey/add",
view: "/sitekey/{key}/view",
view: "/sitekey/view/{key}",
}
}
}