Start mods page

This commit is contained in:
Jai A
2020-05-16 22:37:02 -07:00
parent 4b4889d5f2
commit f80f161886
12 changed files with 204 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ async fn main() -> std::io::Result<()> {
.service(routes::index_get)
.service(routes::search_post)
.service(routes::search_get)
.service(routes::mod_editor_get)
})
.bind("127.0.0.1:8000")?
.run()