Подключение к Postgres и тестовый эндпоинт авторизации

This commit is contained in:
2025-03-22 03:20:55 +04:00
parent 3cf42eea8a
commit 9f7460973e
24 changed files with 1091 additions and 47 deletions

View File

@@ -10,7 +10,7 @@ use std::collections::HashMap;
use std::io::Cursor;
use std::sync::LazyLock;
mod schema;
pub mod schema;
struct InternalId {
/**