@@ -18,6 +18,8 @@ import (
func main() {
r := gin.Default()
+ r.Static("/", "html")
+
r.POST("/upload", upload)
r.GET("/pprof/:hash/:method", mapping)