@websy/websy-designs 1.12.15-alpha.1 → 1.12.15-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,7 +144,8 @@ module.exports = function (options) {
144
144
  else {
145
145
  let excludedRoutes = process.env.EXCLUDED_ROUTES.split(',')
146
146
  if (secureRoutes === true) {
147
- excludedRoutes.push('/resources', '/scripts', '/styles', '/external', '/templates', '/fonts')
147
+ // excludedRoutes.push('/resources', '/scripts', '/styles', '/templates', '/fonts')
148
+ excludedRoutes.push('/login')
148
149
  }
149
150
  if (secureRoutes === false && excludedRoutes.indexOf('/' + req.path.split('/')[1]) !== -1) {
150
151
  app.authHelper.isLoggedIn(req, res, next)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websy/websy-designs",
3
- "version": "1.12.15-alpha.1",
3
+ "version": "1.12.15-alpha.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"