index
This commit is contained in:
parent
3a8fa0772d
commit
fd41e9a7a8
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -239,7 +239,7 @@ func main() {
|
||||||
|
|
||||||
router.POST("/notify", notifyHandler)
|
router.POST("/notify", notifyHandler)
|
||||||
router.GET("/", func(c *gin.Context) {
|
router.GET("/", func(c *gin.Context) {
|
||||||
c.File("frontend.html")
|
c.File("index.html")
|
||||||
})
|
})
|
||||||
|
|
||||||
fmt.Println("Webhook server running on port 8080")
|
fmt.Println("Webhook server running on port 8080")
|
||||||
|
|
Loading…
Reference in a new issue