flask-restx custom ui code example
Example: flask-restx custom ui
@app.route('/swaggerui/swagger-ui.css')
def custom_css_theme():
return send_file('YOUR CUSTOM CSS FILE PATH')
@app.route('/swaggerui/swagger-ui.css')
def custom_css_theme():
return send_file('YOUR CUSTOM CSS FILE PATH')