6 lines
104 B
JavaScript
Raw Normal View History

2021-07-20 12:12:30 +02:00
'use strict';
const bootstrap = require('../config/functions/bootstrap');
module.exports = bootstrap;