Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fossyy authored Sep 15, 2024
1 parent e3a64c0 commit f43b88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func main() {
handler := routes.Setup()
database := db.NewMYSQLdb("root", "Password123", "localhost", "3306", "testaja")
server := app.NewApp("localhost:8000", handler, database)
server := app.NewApp("0.0.0.0:8000", handler, database)

app.Server = server

Expand Down

0 comments on commit f43b88d

Please sign in to comment.