Added ping to monitor

This commit is contained in:
AnthorNet 2016-01-18 15:04:57 +01:00
parent 7cc1e74130
commit 81894ae0a7

View File

@ -29,6 +29,11 @@ def date(__format):
return d.strftime(__format)
@get('/ping')
def ping():
return 'pong'
@get('/getTotalSoftwares/')
def getTotalSoftwares():
response.set_header("Access-Control-Allow-Origin", "*")