Spaces:
Running
Running
| # app/routes/__init__.py | |
| from .auth import router # add this line | |
| from app.routes import auth # keep whatever you already had | |
| __all__ = ["auth", "router"] |