Cheston

Results 2 comments of Cheston

``` ├── api │ ├── swagger.yaml ├── events │ └── event.json ├── handlers │ ├── company │ │ ├── get │ │ │ └── index.js │ │ └── post │...

> If your using Strapi version 4+ with typescript make sure the lifecycle file has the extention `.ts` then put the code as follows,If your using Strapi version 4+ with...