From 745704accd094a066ce2a868543f0208159f11dd Mon Sep 17 00:00:00 2001 From: Shahriar <31452340+ShahriarKh@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:28:02 +0330 Subject: [PATCH] fix route security --- server/routes/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/routes/index.js b/server/routes/index.js index 5041f5f..a98b3c6 100644 --- a/server/routes/index.js +++ b/server/routes/index.js @@ -5,7 +5,6 @@ module.exports = [ handler: "explorerController.getTypes", config: { policies: [], - auth: false, }, }, ];