From c443ff5b500240570106cb644b8c1561b825b064 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Fri, 1 May 2026 21:50:24 +0200 Subject: [PATCH] chore: trigger rebuild with real code change --- apps/gateway/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gateway/src/main.rs b/apps/gateway/src/main.rs index ae02dc9..d756eba 100644 --- a/apps/gateway/src/main.rs +++ b/apps/gateway/src/main.rs @@ -1,3 +1,4 @@ +// Gateway service - routes requests to upstream services use axum::{ body::Body, extract::{Request, State},