mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-09 15:33:20 +00:00
Fix login loop and add documentation
This commit is contained in:
parent
6ffa89a936
commit
bf2a87d746
8 changed files with 112 additions and 10 deletions
|
@ -142,8 +142,10 @@ async fn rocket() -> _ {
|
|||
ui::auth::forgot_password::page, ui::auth::forgot_password::handler,
|
||||
])
|
||||
.mount("/", routes![
|
||||
ui::help::about,
|
||||
ui::user::index, ui::user::redirect_list_library_files, ui::user::list_library_files, ui::user::get_library_file,
|
||||
])
|
||||
.mount("/", routes![
|
||||
ui::help::about,
|
||||
ui::help::test_get
|
||||
])
|
||||
.register("/api", catchers![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue