flask api response code

25

> from flask import Response
> return Response("{'a':'b'}", status=201, mimetype='application/json')

Comments

Submit
0 Comments