From 19191d45908498b6ea4d9493b4c08caec57b5386 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 20 Jun 2025 20:59:15 +0200 Subject: Update dependencies --- modules/todo/todo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/todo/todo.js') diff --git a/modules/todo/todo.js b/modules/todo/todo.js index b5d3417..239dc19 100644 --- a/modules/todo/todo.js +++ b/modules/todo/todo.js @@ -170,7 +170,7 @@ module.exports=function(app,io,_moddir){ }); }); - app.all(["/todo","/todo/*"],authMiddleware); //for all the other endpoints + app.all(["/todo","/todo/*rest"],authMiddleware); //for all the other endpoints app.get("/todo",function(req,res){ var contents=fs.readFileSync(moddir+"/todo.html","utf8"); -- cgit v1.2.3-70-g09d2