Spaces:
Sleeping
Sleeping
Update api/endpoints/location.py
Browse files
api/endpoints/location.py
CHANGED
|
@@ -4,6 +4,7 @@ from services.location_service import LocationService
|
|
| 4 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
| 5 |
import core.init_supabase as sp
|
| 6 |
import asyncio
|
|
|
|
| 7 |
router = APIRouter()
|
| 8 |
|
| 9 |
async def get_coordinates_v1(cord):
|
|
|
|
| 4 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
| 5 |
import core.init_supabase as sp
|
| 6 |
import asyncio
|
| 7 |
+
import json
|
| 8 |
router = APIRouter()
|
| 9 |
|
| 10 |
async def get_coordinates_v1(cord):
|