Niansuh commited on
Commit
bc15ca9
1 Parent(s): a088f99

Update main.go

Browse files
Files changed (1) hide show
  1. main.go +1 -1
main.go CHANGED
@@ -246,7 +246,7 @@ func main() {
246
 
247
  r.GET("/", func(c *gin.Context) {
248
  c.JSON(http.StatusOK, gin.H{
249
- "message": "Hello! Thank you for using FreeDuckDuckGo. Made by Vincent Yang. Repo: https://github.com/missuo/FreeDuckDuckGo",
250
  })
251
  })
252
 
 
246
 
247
  r.GET("/", func(c *gin.Context) {
248
  c.JSON(http.StatusOK, gin.H{
249
+ "message": "Thankyou",
250
  })
251
  })
252