1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-25 22:45:22 -04:00

GIN_MODE=release

This commit is contained in:
Jake Jarvis 2019-09-11 10:47:29 -04:00
parent 983ac357e5
commit 4fbcdbe2a6
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -0,0 +1,2 @@
# binary from running `go build`
npqueue

View File

@ -1 +1 @@
web: npqueue
web: GIN_MODE=release npqueue

View File

@ -144,7 +144,7 @@ func parsePlayers() (err error) {
}
func loadPlayersJSON() (err error) {
jsonFile, err := jsonGet.Get("https://github.com/jakejarvis/npqueue/raw/master/directory.json")
jsonFile, err := jsonGet.Get("https://raw.githubusercontent.com/jakejarvis/npqueue/master/directory.json")
if err != nil {
return
}