some type of authentication for the site
This commit is contained in:
parent
b3451a641e
commit
cdaf5febb7
13 changed files with 318 additions and 7 deletions
|
@ -53,7 +53,12 @@ fn rocket() -> _ {
|
|||
template_endpoints::index::index,
|
||||
|
||||
template_endpoints::reupload::post_reupload,
|
||||
template_endpoints::reupload::get_reupload
|
||||
template_endpoints::reupload::get_reupload,
|
||||
|
||||
template_endpoints::login::post_login,
|
||||
template_endpoints::login::get_login,
|
||||
|
||||
template_endpoints::logout::logout,
|
||||
])
|
||||
// assets
|
||||
.mount("/", routes![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue