lotto lab API 정리

- API 스펙 정리 문서 업로드
 - 스펙 다운로드 기능 추가

나스 배포 오류 수정
This commit is contained in:
2026-01-25 17:05:16 +09:00
parent 846b353a37
commit c44bcb4a0f
5 changed files with 99 additions and 2 deletions

View File

@@ -360,7 +360,10 @@ export default function Functions() {
</section>
<footer className="lotto-foot">
backend: FastAPI / nginx proxy / DB: sqlite
backend: FastAPI / nginx proxy / DB: sqlite {' '}
<a className="lotto-foot__link" href="/lotto-api.md" download>
API 스펙 다운로드
</a>
</footer>
</div>
);

View File

@@ -322,6 +322,10 @@
font-size: 12px;
}
.lotto-foot__link {
color: var(--accent);
}
.button.danger {
border-color: rgba(247, 116, 125, 0.5);
color: #fbc4c8;