From bcd3503d691df5a548e8c0d6dc15412ded5a6040 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Fri, 7 Feb 2020 20:38:05 -0600 Subject: [PATCH] remove breaking change --- app/IonicUnit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/IonicUnit.js b/app/IonicUnit.js index 788305b..1c35cf3 100644 --- a/app/IonicUnit.js +++ b/app/IonicUnit.js @@ -22,7 +22,7 @@ class IonicUnit extends Unit { app.express.use(cors()) app.express.use('/i', [ - this.canon.get('middleware::auth:UserOnly'), + // this.canon.get('middleware::auth:UserOnly'), (req, res, next) => { const allowed_extensions = ['.html', '.js', '.css', '.svg', '.ttf', '.jpg', '.png', '.jpeg'] for ( const k1 in allowed_extensions ) {