Staging Test

This commit is contained in:
Jai A
2020-06-20 18:19:19 -07:00
parent cb9751be04
commit 906196bac3
11 changed files with 145 additions and 9 deletions

View File

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