fix route security

main v0.2.0
Shahriar 2024-01-20 01:28:02 +03:30
parent 5deaa35ef3
commit 745704accd
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ module.exports = [
handler: "explorerController.getTypes",
config: {
policies: [],
auth: false,
},
},
];