diff options
Diffstat (limited to 'server/src/destroy.js')
| -rw-r--r-- | server/src/destroy.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/destroy.js b/server/src/destroy.js new file mode 100644 index 0000000..43372ad --- /dev/null +++ b/server/src/destroy.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const destroy = ({ strapi }) => { + // destroy phase +}; +exports.default = destroy; |
