Skip to content

Commit

Permalink
fix route security
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahriarKh committed Jan 19, 2024
1 parent 5deaa35 commit 745704a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = [
handler: "explorerController.getTypes",
config: {
policies: [],
auth: false,
},
},
];

0 comments on commit 745704a

Please sign in to comment.