✨ Re-design structure
parent
589b7e7940
commit
2ed17842c5
@ -1,9 +0,0 @@
|
|||||||
const path = require('path');
|
|
||||||
const moduleAlias = require('module-alias');
|
|
||||||
moduleAlias.addAlias('@', path.join(__dirname, '../lib'));
|
|
||||||
|
|
||||||
const app = require('../lib/app');
|
|
||||||
|
|
||||||
module.exports = (req, res) => {
|
|
||||||
app.callback()(req, res);
|
|
||||||
};
|
|
Loading…
Reference in New Issue