forked from github/plane
chore: status code changed (#2947)
This commit is contained in:
parent
c65915665b
commit
2556d052de
@ -116,7 +116,7 @@ class InstanceEndpoint(BaseAPIView):
|
||||
if instance is None:
|
||||
return Response(
|
||||
{"is_activated": False, "is_setup_done": False},
|
||||
status=status.HTTP_400_BAD_REQUEST,
|
||||
status=status.HTTP_200_OK,
|
||||
)
|
||||
# Return instance
|
||||
serializer = InstanceSerializer(instance)
|
||||
|
Loading…
Reference in New Issue
Block a user