14 lines
250 B
JavaScript
Raw Normal View History

2019-04-02 14:17:01 +02:00
/*
*
* SET THE HOOKS TO ENABLE THE MAGIC OF STRAPI.
* -------------------------------------------
*
* Secure, customise and enhance your project by setting
* the hooks via this file.
*
*/
2019-04-18 20:47:57 +02:00
function lifecycles() {}
export default lifecycles;