Browse Source

Changing default port

master
Levi Olson 4 years ago
committed by GitHub
parent
commit
8e7d490d41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.go

+ 1
- 1
main.go View File

@ -55,7 +55,7 @@ func main() {
if os.Getenv("GIN_MODE") == "release" {
log.Fatal(autotls.Run(router, "weather.l3vi.co"))
} else {
log.Fatal(router.Run(":80"))
log.Fatal(router.Run(":3010"))
}
}

Loading…
Cancel
Save