From bc154857fb5569d7c1fa9785cc891cb927a6a156 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 11 Oct 2025 20:55:48 +0530 Subject: removed per-user items --- item/router.go | 1 - 1 file changed, 1 deletion(-) (limited to 'item/router.go') diff --git a/item/router.go b/item/router.go index fab973f..b953d09 100644 --- a/item/router.go +++ b/item/router.go @@ -33,7 +33,6 @@ func Routes(route *gin.RouterGroup) { i := route.Group("/item") { i.GET("/", handleGetItems) - //i.GET("/:id", handleGetBrandItems) i.POST("/", handleSaveItem) i.DELETE("/:id", handleDelItem) } -- cgit v1.2.3