Closed hmaciasc closed 1 year ago
Blobs module refactoring to use fastapi instead of cherrypy. Also style check and pretty print of system tests output.
@kidanger Perhaps I'm not looking at the same part of the code but line 765 sends the status_code to the JS. return JsonResponse({}, status=status_code)
return JsonResponse({}, status=status_code)
Blobs module refactoring to use fastapi instead of cherrypy. Also style check and pretty print of system tests output.