Initial commit
This commit is contained in:
8
remote/src/services/file/index.js
Normal file
8
remote/src/services/file/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const FileService = require('./FileService');
|
||||
|
||||
const fileService = new FileService();
|
||||
|
||||
module.exports = {
|
||||
FileService,
|
||||
fileService
|
||||
};
|
||||
Reference in New Issue
Block a user