Remove duplicate database related code

This commit is contained in:
Ethan O'Brien
2024-05-04 14:03:19 -05:00
parent 5c21bb6e2d
commit 83571e03c2
5 changed files with 188 additions and 314 deletions

View File

@@ -1,5 +1,6 @@
mod encryption;
mod router;
mod sql;
use json::object;
use actix_web::{
get,