This commit is contained in:
2026-05-22 08:24:17 +02:00
parent d893e4c609
commit 749638b75c
16 changed files with 770 additions and 782 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::Database;
use crate::app::state::Database;
const AUTH_TOKENS_TABLE: &str = "auth_tokens";
const API_TOKENS_TABLE: &str = "api_tokens";
+3
View File
@@ -0,0 +1,3 @@
pub mod config;
pub mod db;
pub mod validation;