Skip to content

Commit 40d94c5

Browse files
committed
Fix Bug in plugin config
1 parent 8d5e701 commit 40d94c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

care/users/api/viewsets/plug_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class PlugConfigViewset(
1515
serializer_class = PLugConfigSerializer
1616
queryset = PlugConfig.objects.all().order_by("slug")
1717
cache_key = "care_plug_viewset_list"
18-
authentication_classes = []
1918

2019
def list(self, request, *args, **kwargs):
2120
# Cache data and return

0 commit comments

Comments
 (0)