Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Oct 31, 2023
1 parent 07a4580 commit d1822f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
engine := gin.Default()
engine.GET("/", func(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"message": "hello world",
"message": "hello world2",
})
})
engine.Run(":8080")
Expand Down

0 comments on commit d1822f3

Please sign in to comment.