Default port is 2015

pull/1/head
Matthew Holt 2015-04-25 14:28:56 -06:00
parent ce74333348
commit 24d9d23743
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
const (
defaultHost = "localhost"
defaultPort = "80"
defaultPort = "2015"
defaultRoot = "."
// The default configuration file to load if none is specified