From acb880151d7a4c1b72e146c9e6eac79c64226620 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 19 Mar 2025 19:33:19 +0000 Subject: [PATCH] feat: Update endpoint Location --- endpoints/Location.get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/Location.get.py b/endpoints/Location.get.py index e9b3063..f26de16 100644 --- a/endpoints/Location.get.py +++ b/endpoints/Location.get.py @@ -44,4 +44,4 @@ async def location_handler(): "total_offices": len(locations["offices"]) + 1, "last_updated": "2024-01-01" } - } \ No newline at end of file + \ No newline at end of file