diff options
| author | Zephyrrus <[email protected]> | 2020-07-19 22:27:11 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-19 22:27:11 +0300 |
| commit | c93ddb09008c45942544b13bbb03319c367f9cd8 (patch) | |
| tree | 7f6e334b8d33b42574dc19a256a944fadbaa7f66 /src/api/routes/admin/fileGET.js | |
| parent | chore: add custom class to inputs until fix is released on buefy's master (diff) | |
| download | host.fuwn.me-c93ddb09008c45942544b13bbb03319c367f9cd8.tar.xz host.fuwn.me-c93ddb09008c45942544b13bbb03319c367f9cd8.zip | |
feat: Start working on a new album/tags/image info modal
Diffstat (limited to 'src/api/routes/admin/fileGET.js')
| -rw-r--r-- | src/api/routes/admin/fileGET.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/admin/fileGET.js b/src/api/routes/admin/fileGET.js index 239b128..7e40659 100644 --- a/src/api/routes/admin/fileGET.js +++ b/src/api/routes/admin/fileGET.js @@ -3,7 +3,7 @@ const Util = require('../../utils/Util'); class filesGET extends Route { constructor() { - super('/file/:id', 'get', { adminOnly: true }); + super('/admin/file/:id', 'get', { adminOnly: true }); } async run(req, res, db) { |