refactor
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
pub mod config;
|
||||
pub mod db;
|
||||
pub mod validation;
|
||||
Reference in New Issue
Block a user