Skip to content

Commit

Permalink
Registered all 3 query formats as active until I refactor the query p…
Browse files Browse the repository at this point in the history
…arser code.
  • Loading branch information
brandonvfx committed Jul 13, 2017
1 parent bdfb68b commit 107b58b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ func main() {
log.Infof("Shotgun Host: %v", c.String("shotgun-host"))
config := newClientConfig(Version, c.String("shotgun-host"))

qpm := GetQPManager()
qpm.SetActiveParsers("format1", "format2", "format3")

r := router(config)
corsMiddleware := cors.AllowAll()

Expand Down

0 comments on commit 107b58b

Please sign in to comment.