/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/api/menu/routes/menu.js
5 строк
135 B
Alexandre Bodin
Migrate code and remove auto generation of controller and services in memory
18 ноя 2021, 23:26
18 ноя 2021, 23:26
7697bb1
Код
Авторство
О чём код?
'use strict'; const { createCoreRouter } = require('@strapi/strapi').factories; module.exports = createCoreRouter('api::menu.menu');