summaryrefslogtreecommitdiff
path: root/server/src/destroy.js
blob: 43372add680053965aa154f98885d036769767d0 (plain) (blame)
1
2
3
4
5
6
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const destroy = ({ strapi }) => {
    // destroy phase
};
exports.default = destroy;