X-Git-Url: http://nitlanguage.org diff --git a/lib/popcorn/tests/test_example_simple_logger.nit b/lib/popcorn/tests/test_example_simple_logger.nit index 50f6af9..e8aab41 100644 --- a/lib/popcorn/tests/test_example_simple_logger.nit +++ b/lib/popcorn/tests/test_example_simple_logger.nit @@ -28,7 +28,7 @@ class TestClient end var app = new App -app.use("/*", new LogHandler) +app.use_before("/*", new LogHandler) app.use("/", new HelloHandler) var host = test_host