refactor: make the serverside error handling more robust

This commit is contained in:
2024-08-18 19:09:40 +02:00
parent ad70b5cfa8
commit f0f24d33ba
12 changed files with 301 additions and 43 deletions

View File

@@ -1,6 +1,7 @@
#![allow(non_snake_case)]
mod components;
mod errors;
mod models;
mod route;
mod schema;