Pleasing the PEP8 gods
This commit is contained in:
@ -10,6 +10,7 @@ from flask import Blueprint
|
||||
|
||||
mod = Blueprint('healthCheck', __name__)
|
||||
|
||||
|
||||
@mod.route('/healthcheck')
|
||||
def health():
|
||||
return 'ok'
|
||||
return 'ok'
|
||||
|
Reference in New Issue
Block a user