Skip to content

Commit

Permalink
refactor: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Nov 2, 2021
1 parent 9788b6e commit a0e5f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bb_vm/views_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ def onboarding_sshport(request, host_serial):
return HttpResponse('404')

return HttpResponse(status=200)

return HttpResponse(status=405)

0 comments on commit a0e5f9b

Please sign in to comment.