Skip to content

Commit

Permalink
Merge pull request #136 from Real-Dev-Squad/develop
Browse files Browse the repository at this point in the history
Dev to Main sync
  • Loading branch information
iamitprakash authored Oct 11, 2024
2 parents 1eb7eed + 91fb047 commit 3fb2ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ func GetAllURLs(ctx *gin.Context, db *bun.DB) {
CreatedAt: tinyURL.CreatedAt,
ID: tinyURL.ID,
UserID: tinyURL.UserID,
LastAccessedAt: tinyURL.LastAccessedAt,
AccessCount: tinyURL.AccessCount,
CreatedBy: tinyURL.CreatedBy,
})
}

Expand Down

0 comments on commit 3fb2ee7

Please sign in to comment.