Refactoring error response handling

This commit is contained in:
2023-07-22 16:34:09 -05:00
parent 96a560a863
commit 2704a214b9
3 changed files with 23 additions and 36 deletions

View File

@@ -11,6 +11,7 @@ mod abbr;
mod routes;
mod parse;
mod template;
mod error;
#[tokio::main]