Make use of website config, return error document on error

This commit is contained in:
Alex Auvolat
2022-01-06 12:55:49 +01:00
parent 9eb211948e
commit d4dd2e2640
3 changed files with 103 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#[macro_use]
extern crate log;
mod error;
pub mod error;
pub use error::Error;
mod encoding;