Refactoring

This commit is contained in:
Artyom Belousov 2019-05-11 20:15:48 +03:00
parent f7a703769f
commit 4cd5311301
2 changed files with 100 additions and 45 deletions

View file

@ -11,5 +11,5 @@ func main() {
rand.Seed(time.Now().UTC().UnixNano())
r := gin.Default()
r.POST("callback/message", vk.HandleMessage)
r.Run(":80")
r.Run(":8000")
}