+! More fixing of dev dependencies
This commit is contained in:
@@ -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
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user