Add missing /ping for v1.1 homedoc

Change-Id: I0e77ca41a059fb74d4c9613d6ae03a020555607a
This commit is contained in:
Fei Long Wang 2016-03-10 13:31:56 +13:00
parent 11247caec4
commit 53f6a67e06

View File

@ -183,7 +183,18 @@ JSON_HOME = {
},
},
},
# -----------------------------------------------------------------
# Ping
# -----------------------------------------------------------------
'rel/ping': {
'href-template': '/v1.1/ping',
'hints': {
'allow': ['GET'],
'formats': {
'application/json': {},
}
}
}
}
}