nside_wefa.audit.urlsΒΆ
Audit URL configuration.
Include in your project:
from django.urls import include, path
urlpatterns = [
...
path("audit/", include("nside_wefa.audit.urls")),
...
]
- Available endpoints:
GET /audit/events/ : Staff β list every audit event
GET /audit/events/<id>/ : Staff β single audit event
GET /audit/me/ : Authenticated user β own audit events