refactor: Simplify gateway service initialization and enhance seeding process for gacha rolls

This commit is contained in:
MythEclipse
2025-09-26 17:50:31 +07:00
parent 14b22328de
commit 3cde18360c
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ pub async fn gateway_service(
.merge(events_protected_routes())
.merge(testimonials_protected_routes())
.merge(dimentorin_router())
.merge(gacha_router())
.nest("/gacha", gacha_router())
.layer(from_fn(auth_middleware));
Router::new()