CityTrack / Backend /api /__init__.py
vxrachit's picture
Setup Supabase Auth and Fastapi middleware.
9d6129a
raw
history blame contribute delete
48 Bytes
from .app import create_app
app = create_app()