/
kopython
/
_hyperscript-node
Обзор
Документация
Войти
/
kopython
/
_hyperscript-node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
routes/getPing._hs
11 строк
214 B
Drew McDonald
* real init commit
29 ноя 2022, 02:51
29 ноя 2022, 02:51
43e7026
Код
Авторство
О чём код?
def handler(req, res, next) return res.status(200).send({ message: 'Service is running.' }) end def getRoute() return { method: 'get', path: '/api/ping', handler: handler } end