This commit is contained in:
Iliyan Angelov
2025-11-20 02:18:52 +02:00
parent 34b4c969d4
commit 44e11520c5
55 changed files with 4741 additions and 876 deletions

View File

@@ -216,7 +216,7 @@ function App() {
}
/>
<Route
path="deposit-payment/:bookingId"
path="payment/deposit/:bookingId"
element={
<ProtectedRoute>
<DepositPaymentPage />