Logo
Explore Help
Register Sign In
quant/galaxis-po
1
0
Fork 0
You've already forked galaxis-po
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
galaxis-po/backend/app/api/__init__.py

7 lines
290 B
Python
Raw Normal View History

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
from app.api.auth import router as auth_router
feat: add admin API for data collection management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 23:57:47 +09:00
from app.api.admin import router as admin_router
feat: add portfolio CRUD API endpoints
2026-02-03 07:06:55 +09:00
from app.api.portfolio import router as portfolio_router
feat: add strategy API endpoints - POST /api/strategy/multi-factor - POST /api/strategy/quality - POST /api/strategy/value-momentum Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 09:01:10 +09:00
from app.api.strategy import router as strategy_router
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
feat: add strategy API endpoints - POST /api/strategy/multi-factor - POST /api/strategy/quality - POST /api/strategy/value-momentum Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 09:01:10 +09:00
__all__ = ["auth_router", "admin_router", "portfolio_router", "strategy_router"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 64ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API