diff --git a/src/api/v1.x/hello/hello.seed.js b/src/api/v1.x/hello/hello.seed.js index e97ec93..d6698c6 100644 --- a/src/api/v1.x/hello/hello.seed.js +++ b/src/api/v1.x/hello/hello.seed.js @@ -24,5 +24,5 @@ const data = [ ]; Hello.create(data, () => { - console.log(chalk.cyanBright(`Seed-> Published Hello!`)); + console.log(chalk.cyanBright(`Seed-> Published Hello's!`)); });