mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 15:56:00 +00:00
team files controller
This commit is contained in:
6
packages/api/src/controllers/teamFiles.js
Normal file
6
packages/api/src/controllers/teamFiles.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
list_meta: true,
|
||||
async list(req) {
|
||||
return [];
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user