/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/api/restaurant/services/restaurant.js
5 строк
149 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 { createCoreService } = require('@strapi/strapi').factories; module.exports = createCoreService('api::restaurant.restaurant');