Skip to content

Commit 391ea72

Browse files
committed
Updated users
1 parent bfcd432 commit 391ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handlers/users.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ type User struct {
1212
}
1313

1414
var users = []User{
15-
{ID: 1, Name: "John"},
16-
{ID: 2, Name: "Jane"},
15+
{ID: 1, Name: "Radha"},
16+
{ID: 2, Name: "Krishna"},
1717
}
1818

1919
func GetUsers(c *gin.Context) {

0 commit comments

Comments
 (0)