Add API endpoint for moving page nodes in tree
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-02 21:50:28 -06:00
parent 282331d788
commit 93d192d69c
3 changed files with 60 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ class ApiRoute extends Middleware {
}
async test(req, res, next, { allow_public = false }) {
console.log({allow_public})
// If we have an authenticated session, just continue
if ( req.is_auth ) {
return next()