[UPDT] ATTENDANCE: Attendance api updates

This commit is contained in:
Horilla
2025-08-12 10:17:52 +05:30
parent 5ea912cbc4
commit 5446f9542e
5 changed files with 74 additions and 25 deletions

View File

@@ -57,4 +57,5 @@ urlpatterns = [
path("mail-templates", MailTemplateView.as_view()),
path("my-attendance/", UserAttendanceView.as_view()),
path("attendance-type-check/", AttendanceTypeAccessCheck.as_view()),
path("my-attendance-detailed/<int:id>/", UserAttendanceDetailedView.as_view()),
]