mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 22:33:59 +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