Open silemie opened 4 years ago
As a developer I need refactor our app with Flask-RESTPlus So that we can add Swagger Docs later on
Assumptions:
Acceptance Criteria
Given the bug is fixed When I run the nosetests Then all test cases should pass
Our authorizations and API Key don't work. If @token_required, it shows 401 Unauthorized Error
@token_required
As a developer I need refactor our app with Flask-RESTPlus So that we can add Swagger Docs later on
Assumptions:
Acceptance Criteria
Our authorizations and API Key don't work. If
@token_required
, it shows 401 Unauthorized Error