Lint: F821 undefined name 'API_Doc'
Should have been commented out along with its class.
This commit is contained in:
parent
d74cf00feb
commit
8cfb83916e
|
@ -248,8 +248,8 @@ api.add_resource(API_Root, '/')
|
||||||
# swagger_data['host'] = "{}:{}".format(config['listen_address'], config['listen_port'])
|
# swagger_data['host'] = "{}:{}".format(config['listen_address'], config['listen_port'])
|
||||||
# return swagger_data
|
# return swagger_data
|
||||||
#
|
#
|
||||||
|
#
|
||||||
api.add_resource(API_Doc, '/doc')
|
# api.add_resource(API_Doc, '/doc')
|
||||||
|
|
||||||
# /login
|
# /login
|
||||||
class API_Login(Resource):
|
class API_Login(Resource):
|
||||||
|
|
Loading…
Reference in New Issue