Skip to content

Commit

Permalink
sending email
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfiDev committed Nov 28, 2021
1 parent e6ea5b9 commit 0a439e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
}

fmt.Println("we on port :3000")
err = webServer.ListenAndServe()
err git = webServer.ListenAndServe()
if err != nil {
log.Fatal("error on ListenAndServe")
}
Expand Down

0 comments on commit 0a439e0

Please sign in to comment.