register user token update

This commit is contained in:
2025-11-28 19:14:55 +01:00
parent 5a32cce04d
commit c9e338574e
7 changed files with 110 additions and 50 deletions

View File

@@ -63,7 +63,7 @@ std::panic::set_hook(Box::new(|info| {
//panic!("crash-test");
let hotel_pools = HotelPool::new();
let logs_manager = SqliteConnectionManager::file("db/auth.sqlite");
let logs_manager = SqliteConnectionManager::file("db/auth_copy_2.sqlite");
let logs_pool = Pool::builder()
.max_size(5)
.build(logs_manager)