diff options
Diffstat (limited to 'server/router/items.go')
-rw-r--r-- | server/router/items.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/router/items.go b/server/router/items.go index 82f86ec..ba5f172 100644 --- a/server/router/items.go +++ b/server/router/items.go @@ -16,7 +16,6 @@ import ( db "github.com/MikunoNaka/openbills/database" ) -// items API functions func getAllItems(ctx *gin.Context) { ctx.Header("Content-Type", "application/json") ctx.JSON(http.StatusOK, db.GetAllItems()) |