Answers for "flask-restx custom ui"

0

flask-restx custom ui

@app.route('/swaggerui/swagger-ui.css')
def custom_css_theme():
      return send_file('YOUR CUSTOM CSS FILE PATH')
Posted by: Guest on March-16-2021

Browse Popular Code Answers by Language