swap encoding key implementation, need to not-arcode it if possible next.

This commit is contained in:
2025-09-24 04:22:45 +02:00
parent af03bd4e31
commit f315ffbe7b
3 changed files with 29 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ type HotelId = i32; // or i32 if you want numeric ids
pub struct AppState {
pub hotel_pools: HotelPool,
pub logs_pool: Pool<SqliteConnectionManager>,
pub jwt_secret: String
}