adresar and uctovnictvo are now wiped out of the existence

This commit is contained in:
filipriec
2025-06-25 16:14:43 +02:00
parent e20623ed53
commit 625c9b3e09
7 changed files with 4 additions and 62 deletions

View File

@@ -3,6 +3,8 @@
use tower::ServiceBuilder;
use crate::auth::logic::rbac;
// TODO redesign this, adresar and uctovnictvo are nonexistent, but we are keeping this code for
// the reference. Please adjust in the future rbac.
pub async fn run_server(db_pool: sqlx::PgPool) -> Result<(), Box<dyn std::error::Error>> {
// ... existing setup code ...