| 123456789101112131415161718 |
- var path = require("path");
- const filePath = path.resolve(__dirname, '..' + path.sep + 'upload');
- module.exports = function(request, response) {
- var query = request.query;
- console.log(query);
- return [{
- id: 'jztnl975x6tqwjxnra',
- name: '$9O$UF[1[(@FQ)DM~)VRO8E.png',
- path: filePath + path.sep + "$9O$UF[1[(@FQ)DM~)VRO8E.png",
- size: 5629
- }, {
- id: 'jztnlw2rgdhqcfscoa',
- name: '$%Z(E8G$S%DJHA6G`XJEVK4.png',
- path: filePath + path.sep + "$%Z(E8G$S%DJHA6G`XJEVK4.png",
- size: 86213
- }];
- };
|