galaxis-po/backend/app/api/__init__.py
zephyrdark 39edc202f8 feat: add authentication API with login, register, and user endpoints
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 23:20:32 +09:00

4 lines
74 B
Python

from app.api.auth import router as auth_router
__all__ = ["auth_router"]