We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cebd50 commit 15786aeCopy full SHA for 15786ae
webserver/server.go
@@ -18,7 +18,7 @@ func Run(hostname string, port int) {
18
router.Use(ginlogrus.Logger(general.Log), gin.Recovery())
19
20
router.GET("/", func(ctx *gin.Context) {
21
- ctx.JSON(http.StatusOK, gin.H{"name": "defintly API", "version": "2.0.0"})
+ ctx.JSON(http.StatusOK, gin.H{"name": "defintly API", "version": "2.0.1"})
22
})
23
24
initCategoryRoutes(router)
0 commit comments