remote old commented line

master
rascul 2 years ago
parent d89234ca5b
commit e3f9e36ffb

@ -42,7 +42,6 @@ async fn main() -> std::io::Result<()> {
.service(routes::help::get)
.service(routes::index::get)
.service(routes::submit::get)
//.route("/submit", web::post().to(routes::submit::post))
.service(routes::submit::post)
.service(Files::new("/static", "static").show_files_listing())
})

Loading…
Cancel
Save