Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Add a printout to show where bitcannon is running.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen304 committed Jan 15, 2015
1 parent 761474f commit 55f8214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/bitcannon.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func main() {

func runServer() {
fmt.Println("Starting the API server.")
fmt.Println("BitCannon now running on http://127.0.0.1:" + "1337" + "/")
api := NewAPI()
api.AddRoutes()
api.Run(":1337")
Expand Down

0 comments on commit 55f8214

Please sign in to comment.