Skip to content

Commit

Permalink
Update http.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3nnn authored Nov 14, 2024
1 parent cae47b3 commit a9eb473
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions internal/server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ import (
assets "github.com/ch3nnn/webstack-go/web"
)

//const UploadDirName = "upload"
//
//func init() {
// if !fileutil.IsExist(UploadDirName) {
// if err := fileutil.CreateDir(UploadDirName); err != nil {
// panic(err)
// }
// }
//}

func NewHTTPServer(
engine *gin.Engine,
logger *log.Logger,
Expand Down

0 comments on commit a9eb473

Please sign in to comment.