mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 07:00:04 +00:00
feat: add api endpoint for sasjs drive
This commit is contained in:
@@ -2,6 +2,6 @@ import dirTree from 'directory-tree'
|
||||
import path from 'path'
|
||||
|
||||
export const sasjsExecutor = () => {
|
||||
const tree = dirTree(path.join(__dirname, '..'))
|
||||
const tree = dirTree(path.join(__dirname, '..', '..', 'tmp'))
|
||||
return tree
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user