diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-15 16:58:55 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-15 16:58:55 +0530 |
commit | d76551fade9c2267b48ce541ec069082b2d72ee8 (patch) | |
tree | 5541ed20fce2a4a98d9ef832dc4a6f69f85a0ccc /main.go | |
parent | f53b1e98f3b3dafddac97ad22d01ca4ed6bd6959 (diff) |
remove makefile I think it is useless
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ func main() { r.Use(gin.Logger()) r.Use(static.Serve("/", - static.LocalFile("./../build", true))) + static.LocalFile("./build", true))) r.Run(":" + os.Getenv("PORT")) } |