mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
Merge branch 'api_multi_op' into aurore_test
This commit is contained in:
commit
58f5d7b56f
2 changed files with 2 additions and 2 deletions
|
@ -22,5 +22,5 @@
|
||||||
from . import views
|
from . import views
|
||||||
|
|
||||||
urls_viewset = [
|
urls_viewset = [
|
||||||
(r"multi_op/pending-connection", PendinfConnectionViewSet, None)
|
(r"multi_op/pending-connection", views.PendingConnectionViewSet, None)
|
||||||
]
|
]
|
||||||
|
|
|
@ -25,7 +25,7 @@ from re2o.utils import all_has_access
|
||||||
from . import serializers
|
from . import serializers
|
||||||
import topologie.models as topologie
|
import topologie.models as topologie
|
||||||
|
|
||||||
class PendinfConnectionViewSet(viewsets.ReadOnlyModelViewSet):
|
class PendingConnectionViewSet(viewsets.ReadOnlyModelViewSet):
|
||||||
"""Expose list and detail of `topologie.models.Room` object
|
"""Expose list and detail of `topologie.models.Room` object
|
||||||
waiting to be connected.
|
waiting to be connected.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue