dev: update instance cache path

This commit is contained in:
pablohashescobar 2024-02-16 14:03:52 +05:30
parent ff78ef8f61
commit e4bad543a4

View File

@ -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()