mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: update instance cache path
This commit is contained in:
parent
ff78ef8f61
commit
e4bad543a4
@ -60,7 +60,7 @@ class InstanceEndpoint(BaseAPIView):
|
||||
data["is_activated"] = True
|
||||
return Response(data, status=status.HTTP_200_OK)
|
||||
|
||||
@invalidate_path_cache
|
||||
@invalidate_path_cache()
|
||||
def patch(self, request):
|
||||
# Get the instance
|
||||
instance = Instance.objects.first()
|
||||
|
Loading…
Reference in New Issue
Block a user