Open pansila opened 4 years ago
The root of the problem is that quart.blueprint.register parameters differ from flask.blueprint.register, the others errors is workaroundable.
This should be fixed in Quart 0.15 onwards.
Hello everyone 👋🏽 Is flask-restx compatible with quart in the first place?
Code
Repro Steps (if applicable)
Expected Behavior
App starts successfully
Actual Behavior
An exception occurs
Error Messages/Stack Trace
Environment
Additional Context
I know it's due to the different implementations between Flask and Quart, espacially add_url_rule in this case, and I understand Quart is not flask-restx's target. But by any chance to bring this excellent extenstion to Quart would be great and should be easy. Thansk a lot.