Browse Source

Update main.go

master
Levi Olson 4 years ago
committed by GitHub
parent
commit
b287c6c44f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.go

+ 1
- 1
main.go View File

@ -28,7 +28,7 @@ func main() {
c.File("assets/favicon.ico")
})
router.Static("/.well-known", "./public/.well-known")
router.Static("/.well-known", "public/.well-known")
router.GET("/ping", func(c *gin.Context) {
c.String(http.StatusOK, "pong")

Loading…
Cancel
Save