diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/main.rs b/blog/src/main.rs index c779191..9693f88 100644 --- a/blog/src/main.rs +++ b/blog/src/main.rs @@ -20,7 +20,7 @@ impl MyHandler { } } - +// TODO(andrew): create logging package. fn main() { let handler = MyHandler::new(); let server = HttpServer::new("localhost", 3000, handler); |