mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Review roster API
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from django.urls import path
|
||||
from roster.views import RosterList, RosterGet, RosterAddress, RosterIdentifier
|
||||
from roster.views import RosterList, RosterGet, RosterAddress, RosterClass
|
||||
|
||||
urlpatterns = [
|
||||
path("list", RosterList.as_view()),
|
||||
path("get/<str:uuid>", RosterGet.as_view()),
|
||||
path("address/<int:address>", RosterAddress.as_view()),
|
||||
path("identifier/<str:identifier>", RosterIdentifier.as_view()),
|
||||
path("class/<str:class>", RosterClass.as_view()),
|
||||
]
|
||||
|
Reference in New Issue
Block a user