/
coffe
/
api
Обзор
Документация
Войти
/
coffe
/
api
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
main
src/utils/cors/setup.ts
8 строк
261 B
vwency
init
08 май 2026, 01:38
08 май 2026, 01:38
47ccfb3
Код
Авторство
О чём код?
import { CorsOptions } from '@nestjs/common/interfaces/external/cors-options.interface' export const corsOptions: CorsOptions = { origin: true, methods: 'GET,POST,PUT,DELETE,OPTIONS', allowedHeaders: 'Content-Type, Authorization', credentials: true, }