Fix ROute issue

This commit is contained in:
2025-08-29 16:38:01 +09:00
parent b91b522fa3
commit 9472e66ec8
7 changed files with 34 additions and 13 deletions

View File

@ -20,7 +20,7 @@ logger = logging.getLogger(__name__)
def get_events_for_supervisor(request):
"""
Supervisor用のイベント一覧取得API
認証なし
認証なし・CSRF保護なしurls.pyでcsrf_exemptを適用
"""
try:
events = NewEvent2.objects.all()