Merge pull request #593 from oad-earth/master

Generating |  Model name
This commit is contained in:
Jim LAURIE 2018-02-09 12:17:55 +01:00 committed by GitHub
commit f831be27e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ module.exports = {
return new Promise((resolve, reject) => {
const scope = {
generatorType: 'api',
id: name,
id: name.toLowerCase(),
rootPath: strapi.config.appPath,
args: {
api: name,