/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/app-template/src/api/team/controllers/team.js
9 строк
171 B
Ben Irvin
test: move app-template to common dir
03 дек 2025, 18:18
03 дек 2025, 18:18
6cc814a
Код
Авторство
О чём код?
'use strict'; /** * team controller */ const { createCoreController } = require('@strapi/strapi').factories; module.exports = createCoreController('api::team.team');