Properly scope getting guest details

This commit is contained in:
Ethan O'Brien
2026-07-03 18:45:09 -05:00
parent f04ffc2f5d
commit 9cf0ee8924
9 changed files with 154 additions and 104 deletions

View File

@@ -30,6 +30,7 @@ pub mod location;
pub mod event_ranking;
pub mod asset_lists;
mod master_data;
mod tools;
use actix_web::{
HttpResponse,