Skip to content

Commit

Permalink
Merge pull request #22 from Kos-Kita/changeport
Browse files Browse the repository at this point in the history
ganti port
  • Loading branch information
lendral3n authored Feb 8, 2024
2 parents fd30738 + 76c8653 commit d38d0cb
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 @@ -22,5 +22,5 @@ func main() {

router.InitRouter(dbSql, e)
//start server and port
e.Logger.Fatal(e.Start(":8080"))
e.Logger.Fatal(e.Start(":8000"))
}

0 comments on commit d38d0cb

Please sign in to comment.