/
kopython
/
_hyperscript-node
Обзор
Документация
Войти
/
kopython
/
_hyperscript-node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
routes/postData._hs
12 строк
236 B
Drew McDonald
* real init commit
29 ноя 2022, 02:51
29 ноя 2022, 02:51
43e7026
Код
Авторство
О чём код?
def handler(req, res, next) log req then return res.status(200).send({ message: "You\'ve surely posted data!" }) end def getRoute() return { method: 'post', path: '/data', handler: handler } end