Phase 6: Admin appointments view and cancellation with UI and backend tests
This commit is contained in:
parent
5108a620e7
commit
b3e00b0745
12 changed files with 814 additions and 548 deletions
|
|
@ -49,4 +49,5 @@ app.include_router(invites_routes.admin_router)
|
|||
app.include_router(availability_routes.router)
|
||||
app.include_router(booking_routes.router)
|
||||
app.include_router(booking_routes.appointments_router)
|
||||
app.include_router(booking_routes.admin_appointments_router)
|
||||
app.include_router(meta_routes.router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue