기존 프로젝트 최초 업로드

This commit is contained in:
moonsihoo
2026-07-28 19:00:30 +09:00
commit 7135854933
150 changed files with 9629 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"permissions": {
"allow": [
"Bash(dart pub *)",
"Bash(flutter build *)",
"Bash(curl -s -o /dev/null -w \"GET / -> %{http_code}\\\\n\" http://backsanhi.mcv.kr/ --max-time 10)",
"Bash(curl -s -o /dev/null -w \"GET /db-check -> %{http_code}\\\\n\" http://backsanhi.mcv.kr/db-check --max-time 10)",
"Bash(curl -s -X POST http://backsanhi.mcv.kr/attendance/violation -H 'Content-Type: application/json' -d '{\"studentId\":\"TEST_2061\",\"studentName\":\"디버그테스트\",\"pocketNumber\":\"POCKET_TEST\",\"type\":\"PHONE_REMOVED\",\"timestamp\":\"2026-07-21T00:00:00.000\"}' --max-time 10)",
"Bash(curl -s http://backsanhi.mcv.kr/api/violations --max-time 10)",
"Read(//Users/hootongerun/Library/Android/sdk/platform-tools/**)",
"Read(//usr/local/**)",
"Read(//opt/**)",
"Bash(curl -s \"https://pub.dev/packages/flutter_background_service\")",
"Bash(python3 -c ' *)"
]
}
}