feat(back-end & ): removed Abstract repository
Some checks failed
Build, Test and Deploy / test-backend (push) Successful in 1m12s
Build, Test and Deploy / build-and-push (push) Successful in 38s
Build, Test and Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-02-12 16:00:03 +01:00
parent 96ae9bb609
commit 9c3d5fae12
11 changed files with 742 additions and 29 deletions

View File

@@ -28,6 +28,10 @@ export const routes: Routes = [
{
path: '',
loadChildren: () => import('./features/legal/legal.routes').then(m => m.LEGAL_ROUTES)
},
{
path: 'payment/:orderId',
loadComponent: () => import('./features/payment/payment.component').then(m => m.PaymentComponent)
}
]
}