Skip to content

Commit

Permalink
fix: port prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
psmarcin committed Sep 18, 2020
1 parent 56b632e commit 57519a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ func main() {
h := ports.NewHttpServer(fiberServer, youTubeService, ytdlService)
app := h.Serve()

logrus.Fatal(app.Listen(config.Cfg.Port))
logrus.Fatal(app.Listen(":" + config.Cfg.Port))
}

0 comments on commit 57519a8

Please sign in to comment.