Refactor: responses as ActivitesAttended

This commit is contained in:
Sallu9007
2025-03-23 16:18:07 +05:30
parent e27937c29f
commit 8c4e18e702
13 changed files with 72 additions and 72 deletions

View File

@@ -184,7 +184,7 @@
};
}
initAjaxRoute("{{ route('admin.responses.data') }}");
initAjaxRoute("{{ route('admin.ActivitiesAttendedResponses.data') }}");
});
</script>