roosterwijs/backend/modules/portal/urls.py
bes-r c845588e5e
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
Add roles modules audit logging and CI
2026-07-04 23:01:06 +02:00

7 lines
128 B
Python

from django.urls import path
from . import views
urlpatterns = [
path("portal/me/", views.portal_me, name="portal-me"),
]