diff --git a/README.md b/README.md index 7e596e2..5f7ff9a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Dependencies: `express` `body-parser` `@fortawesome/fontawesome-free` `chai` `mo ## Checklist - [x] Folder Traversal -- [ ] Filesystem viewing +- [X] File Downloads - [ ] Upload - [ ] Auth @@ -23,20 +23,21 @@ Requests: ```json { - loc: "" + 'loc': "" } ``` + Responses (Only for directory traversals): ```json { - loc: "", - back: "|null", - contents:[ + 'loc': "", + 'back': "", + 'contents':[ { - name:"", - path:"", - isDir: "" + 'name':"", + 'path':"", + 'isDir': "" }, ... ] diff --git a/settings.json b/settings.json index d46efb7..eeab79d 100644 --- a/settings.json +++ b/settings.json @@ -1,6 +1,5 @@ { "dirname":"./sandbox/", - "sqlFileName":"test.db", - "showHidden":false, - "authToUpload":false + "dbpath":null, + "showHidden":false } \ No newline at end of file