Update to more generic db models
Some checks failed
Build Crate / build (push) Has been cancelled

Also integrated entities into codebase
This commit is contained in:
2024-08-18 03:26:12 -04:00
parent 5d28013f30
commit 528682d9b1
24 changed files with 314 additions and 419 deletions

View File

@@ -1,6 +1,6 @@
mod components;
mod data;
mod endpoints;
mod entity;
mod error_views;
#[cfg(engine)]
mod server;