From dd82cbd828a7a6b2ace2549bca1688ee8856b3be Mon Sep 17 00:00:00 2001 From: Punarv Pawade Date: Mon, 15 Apr 2024 15:22:27 +0530 Subject: [PATCH] Update nodes.go --- api/v1/nodes/nodes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/nodes/nodes.go b/api/v1/nodes/nodes.go index 3bd98a5..61cc504 100644 --- a/api/v1/nodes/nodes.go +++ b/api/v1/nodes/nodes.go @@ -14,7 +14,6 @@ import ( func ApplyRoutes(r *gin.RouterGroup) { g := r.Group("/nodes") { - g.Use(paseto.PASETO(true)) g.GET("/all", FetchAllNodes) } }