Skip to content

Commit aa9bc34

Browse files
Update group_report_controller.py
1 parent 0a00996 commit aa9bc34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/webhook/django_example/django_example/app/group_report_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def post(self, request, *args, **kwargs):
3535
# 또는..
3636
print(group_report.data.log)
3737

38+
# 200을 리턴해야 합니다. (200이 리턴되지 않으면 특정 시간 간격을 두고 총 5번이 호출됩니다)
3839
return JsonResponse(group_report.model_dump(), status=200)
3940

4041
def options(self, request, *args, **kwargs):

0 commit comments

Comments
 (0)