Skip to content

Commit 15d8d8e

Browse files
committed
fix: correct casing in welcome message
1 parent ea9d3da commit 15d8d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func InitRouter(
4343

4444
r.GET("/", func(c *gin.Context) {
4545
logger.Logger.Info("lol")
46-
c.String(http.StatusOK, "Welcome to cognize!")
46+
c.String(http.StatusOK, "Welcome to Cognize!")
4747
})
4848

4949
userRouter := r.Group("/user")

0 commit comments

Comments
 (0)