feat: Update endpoint Location

This commit is contained in:
Backend IM Bot 2025-03-19 19:33:19 +00:00
parent 0863c2af71
commit acb880151d

View File

@ -44,4 +44,4 @@ async def location_handler():
"total_offices": len(locations["offices"]) + 1, "total_offices": len(locations["offices"]) + 1,
"last_updated": "2024-01-01" "last_updated": "2024-01-01"
} }
}