Results 5 comments of safwan20

may i know the filename where this code reside

you can specify the static folder in which you can add the files that you want to return. app = Flask(__name__, static_folder='static') api = Api(app) @api.route('/missions/') @api.param("file_name", 'The file to...