Skip to content

Commit 0ec2619

Browse files
committed
retest
1 parent b3ab43d commit 0ec2619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121
apps := Init()
2222
apps.Apps.Validator = apps.Validator
2323
apps.Apps.GET("/", func(c echo.Context) error {
24-
return c.String(http.StatusOK, "This service is running properly test")
24+
return c.String(http.StatusOK, "This service is running properly")
2525
})
2626

2727
booksGroup := apps.Apps.Group("/v1/books")

0 commit comments

Comments
 (0)