/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/plugins/local-plugin/server/routes.js
8 строк
203 B
Josh
feat: add vite (#18697)
11 янв 2024, 17:14
Не верифицирован
11 янв 2024, 17:14
a3690b1
Код
Авторство
О чём код?
const { createCoreRouter } = require('@strapi/strapi').factories; module.exports = { test: createCoreRouter('plugin::myplugin.test', { type: 'content-api', only: ['find', 'findOne'], }), };