flask-restful-swagger
flask-restful-swagger copied to clipboard
AssertionError: View function mapping is overwriting an existing endpoint function: users./v1/users/help
I have a url that is "/v1/users" When I use flask-restful-swagger, i got following error:
File "/Library/Python/2.7/site-packages/flask/app.py", line 64, in wrapper_func
return f(self, *args, **kwargs)
File "/Library/Python/2.7/site-packages/flask/app.py", line 951, in register_blueprint
blueprint.register(self, options, first_registration)
File "/Library/Python/2.7/site-packages/flask/blueprints.py", line 154, in register
deferred(state)
File "/Library/Python/2.7/site-packages/flask/blueprints.py", line 173, in
@ustcliao are you able to resolve this ?