backend/feature/add-description #63

Merged
kscheidecker merged 13 commits from backend/feature/add-description into main 2025-02-21 07:38:17 +00:00
Showing only changes of commit d92001faaf - Show all commits

View File

@ -1,10 +1,8 @@
"""Main app for backend api""" """Main app for backend api"""
import json
import logging import logging
import time import time
from contextlib import asynccontextmanager from contextlib import asynccontextmanager
from fastapi import FastAPI, HTTPException, BackgroundTasks, Query from fastapi import FastAPI, HTTPException, BackgroundTasks
from fastapi.encoders import jsonable_encoder
from .logging_config import configure_logging from .logging_config import configure_logging
from .structs.landmark import Landmark from .structs.landmark import Landmark