mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 17:19:18 +02:00
Implemented new Error handling system
New Error Handling System with custom errors and JSON Error responses
This commit is contained in:
parent
4357786edc
commit
83ba68a8b7
3 changed files with 53 additions and 1 deletions
|
@ -4,6 +4,7 @@ pub mod v1;
|
|||
pub mod logger;
|
||||
pub mod tools;
|
||||
pub mod server;
|
||||
pub mod error_responses;
|
||||
|
||||
pub use logger::Logger;
|
||||
pub use tools::parse_ip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue