From d859fb56534da4129fb000501c5658f966eae1c0 Mon Sep 17 00:00:00 2001 From: Wikzyy Date: Fri, 28 Feb 2025 14:49:42 +0700 Subject: [PATCH] add dynamic routing for postoadms by municipioId --- src/routing/AppRoutingSetup.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routing/AppRoutingSetup.tsx b/src/routing/AppRoutingSetup.tsx index 7871b10..971fbaa 100644 --- a/src/routing/AppRoutingSetup.tsx +++ b/src/routing/AppRoutingSetup.tsx @@ -44,6 +44,8 @@ const AppRoutingSetup = (): ReactElement => { } /> } /> + } /> + } /> } />