/
githubmirror
/
stackwise
Обзор
Документация
Войти
/
githubmirror
/
stackwise
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/api/stacks/boilerplate-basic/route.ts
6 строк
192 B
Silen Naihin
readability and restructuring
19 фев 2024, 00:00
19 фев 2024, 00:00
0fdf743
Код
Авторство
О чём код?
export async function POST(req: Request) { const { input } = await req.json(); return new Response( JSON.stringify({ output: `You sent this message to the server: ${input}` }), ); }