Files
X-Financial/server/src/app/api/v1/endpoints/__init__.py
DESKTOP-72TV0V4\caoxiaozhu 83d7da3d62 feat: add FastAPI backend with PostgreSQL and start script fixes
- Add server/ directory with FastAPI backend
- Fix server/start.sh to properly handle venv on Windows/Git Bash
- Add alembic migrations and pyproject.toml
- Add server tests

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-06 17:43:47 +08:00

2 lines
52 B
Python

__all__ = ["health", "employees", "reimbursements"]