mirror of
https://github.com/strapi/strapi.git
synced 2025-07-14 04:21:56 +00:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
const { CUSTOM_TRANSFER_TOKEN_ACCESS_KEY } = require('./app-template/template/src/constants');
|
|
|
|
module.exports = {
|
|
CUSTOM_TRANSFER_TOKEN_ACCESS_KEY,
|
|
};
|