/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/kitchensink/src/api/testing/controllers/testing.js
9 строк
180 B
Alexandre Bodin
test: add e2e tooling
25 июл 2023, 16:20
25 июл 2023, 16:20
4a615f2
Код
Авторство
О чём код?
'use strict'; /** * testing controller */ const { createCoreController } = require('@strapi/strapi').factories; module.exports = createCoreController('api::testing.testing');