/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sample/24-serve-static/src/app.controller.ts
9 строк
152 B
Kamil Myśliwiec
sample(): update the serve static sample
23 фев 2020, 16:09
Не верифицирован
23 фев 2020, 16:09
dd7a544
Код
Авторство
О чём код?
import { Controller, Get } from '@nestjs/common'; @Controller() export class AppController { @Get() getHello() { return 'Hello, world!'; } }