change ordering of shift swap viewset
authentication classes
This commit is contained in:
parent
abc1c94355
commit
d22bf7c704
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class ShiftSwapViewSet(PublicPrimaryKeyMixin, ModelViewSet):
|
||||
authentication_classes = (PluginAuthentication, MobileAppAuthTokenAuthentication)
|
||||
authentication_classes = (MobileAppAuthTokenAuthentication, PluginAuthentication)
|
||||
permission_classes = (IsAuthenticated, RBACPermission)
|
||||
|
||||
rbac_permissions = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue