Skip to content

Commit

Permalink
Update api/routers/metrics/area_metrics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Renzo Gambone <42361379+renzodgc@users.noreply.github.com>
  • Loading branch information
pgrill and renzodgc committed Jan 6, 2021
1 parent e7f5c68 commit 4c4aecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routers/metrics/area_metrics.py
Expand Up @@ -11,7 +11,7 @@
metrics_router = APIRouter()


# Occupancy MetricsAREAS
# Occupancy Metrics
@metrics_router.get("/occupancy/live", response_model=OccupancyLive)
def get_area_occupancy_live(areas: str = ""):
"""
Expand Down

0 comments on commit 4c4aecb

Please sign in to comment.