Skip to content

Commit

Permalink
Update nodes.go
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r authored Apr 15, 2024
1 parent 7c27cc1 commit dd82cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1/nodes/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
func ApplyRoutes(r *gin.RouterGroup) {
g := r.Group("/nodes")
{
g.Use(paseto.PASETO(true))
g.GET("/all", FetchAllNodes)
}
}
Expand Down

0 comments on commit dd82cbd

Please sign in to comment.