diff --git a/src/routes/PublicUserRoutes.js b/src/routes/PublicUserRoutes.js
index 56a8970..e8d0a1e 100644
--- a/src/routes/PublicUserRoutes.js
+++ b/src/routes/PublicUserRoutes.js
@@ -16,6 +16,7 @@ const ProofSearch = Loadable(lazy(() => import('pages/Proof/Search_Public')));
const ProofPayment = Loadable(lazy(() => import('pages/Proof/Payment')));
const Payment_Multi = Loadable(lazy(() => import('pages/Payment')));
const Payment_FPS = Loadable(lazy(() => import('pages/Payment/FPS')));
+const Payment_Card = Loadable(lazy(() => import('pages/Payment/Card')));
// ==============================|| MAIN ROUTING ||============================== //
@@ -70,6 +71,10 @@ const PublicDashboard = {
path: 'payment/fps',
element:
},
+ {
+ path: 'payment/card',
+ element:
+ },
]
},
]