AIDA / app /routes /__init__.py
destinyebuka's picture
Deploy Lojiz Platform with Aida AI backend
79ef7e1
# app/routes/__init__.py
from .auth import router # add this line
from app.routes import auth # keep whatever you already had
__all__ = ["auth", "router"]