모니터링 코드 엔티티 제거 및 API 선택 모듈 추가:

- MonitoringCode 엔티티, 리포지토리, 복합키 클래스 삭제
- API 선택 공용 모듈 JS 및 HTML 파일 추가 (api_selector)
- 웹훅 개발 가이드 페이지 신규 추가 (webhook-dev-guide)
This commit is contained in:
Rinjae
2026-07-20 19:10:05 +09:00
parent ba00b80bfe
commit 43d915342e
22 changed files with 1400 additions and 1500 deletions
+21
View File
@@ -19990,6 +19990,27 @@ input[type=checkbox]:checked + .custom-checkbox {
font-family: monospace;
}
.webhook-guide-link {
margin-top: 20px;
text-align: center;
}
.webhook-guide-link a {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 18px;
border: 1px dashed #e2e6ee;
border-radius: 10px;
color: #0b5fff;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
.webhook-guide-link a:hover {
border-color: #0b5fff;
background: rgba(11, 95, 255, 0.05);
}
.webhook-modal {
position: fixed;
inset: 0;