From 5db4c57b0360f6d6f9d6553d9b438a804ad441ae Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 23 Jan 2020 22:29:46 +0100 Subject: Updating to actix 2.0.0 and adding 404 handler --- src/pages/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pages/mod.rs') diff --git a/src/pages/mod.rs b/src/pages/mod.rs index 9de9d47..d53561b 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -4,3 +4,4 @@ //! which is exported from the module and then called by the router pub mod repo; +pub mod p404; -- cgit v1.2.3