feat: update client routing paths for order creation; streamline navigation and remove deprecated routes

This commit is contained in:
Achintha Isuru
2026-02-04 17:04:03 -05:00
parent c05261ddd7
commit bb09925668
5 changed files with 14 additions and 51 deletions

View File

@@ -48,7 +48,7 @@ class AppModule extends Module {
// Client create order route
r.module(
'/client/create-order',
'/create-order',
module: client_create_order.ClientCreateOrderModule(),
);
}