+! More fixing of dev dependencies

This commit is contained in:
2022-03-22 17:35:03 -07:00
parent a234696e46
commit 3ad4d4fa14
5 changed files with 888 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ async fn main() {
.mount("/api", routes![category::list, video::list]) // json
.mount("/thumbnail", routes![thumbnail::get]) // images
.mount("/video", routes![video::get_video]) // videos
.mount("/admin?", routes![
.mount("/admin", routes![
admin::login_dashboard,
admin::dashboard
])