From 8ed7d987d05ce5f1a5001dc95504c289f20283a3 Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 2 Feb 2020 16:38:27 -0600 Subject: [PATCH] mod html_error -> mod error_response --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index db67668..b6a46d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ mod config; -mod html_error; +mod error_response; mod logger; mod paste; mod result;