mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Updating api.js deleting console.log (#7185)
Signed-off-by: Juan Carlos Blanco Delgado <juancarlosjr97@gmail.com>
This commit is contained in:
parent
33634151d4
commit
e81c6ba567
@ -18,7 +18,6 @@ module.exports = {
|
|||||||
* @return {Object}
|
* @return {Object}
|
||||||
*/
|
*/
|
||||||
async create(ctx) {
|
async create(ctx) {
|
||||||
console.log('hello');
|
|
||||||
const advanced = await strapi
|
const advanced = await strapi
|
||||||
.store({
|
.store({
|
||||||
environment: '',
|
environment: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user