Skip to content

Commit

Permalink
Return HttpResponse with code 200
Browse files Browse the repository at this point in the history
See also: #7
  • Loading branch information
BECATRUE committed Nov 21, 2024
1 parent 38152ef commit cfec780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wlm_server/operation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ def handle_info(request, ch: int):
if not is_wlm_running:
message = MessageInfo(ActionType.CLOSE, None, None)
message_queue.push(message)
return HttpResponse(status=200)

0 comments on commit cfec780

Please sign in to comment.