app.routes

API Routing package for the room-booking system.

This package contains all the FastAPI route definitions, organized by feature. It handles incoming HTTP requests, enforces dependencies, invokes the appropriate service layer functions, and structures the HTTP responses.

1"""
2API Routing package for the room-booking system.
3
4This package contains all the FastAPI route definitions, organized by
5feature. It handles incoming HTTP requests, enforces dependencies, invokes
6the appropriate service layer functions, and structures the HTTP responses.
7"""