/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/src/app/message-template/message-template.controller.ts
5 строк
171 B
GalTidhar
docs(api): Documentation Changes - updating and removing endpoints from swagger (#5687)
14 июн 2024, 15:18
Не верифицирован
14 июн 2024, 15:18
c72cd3c
Код
Авторство
О чём код?
import { Controller } from '@nestjs/common'; import { ApiBearerAuth } from '@nestjs/swagger'; @Controller('/message-templates') export class MessageTemplateController {}