Skip to content

Commit

Permalink
Versioning forced on insert
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Buhr committed Dec 19, 2014
1 parent 16fd20b commit 358db10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command_mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func createDefFromBluePrint(bp *BluePrintAST, orgId, upstreamURL string, as_mock
thisAD.VersionDefinition.Key = "version"
thisAD.VersionDefinition.Location ="header"
thisAD.VersionData.Versions = make(map[string]tykcommon.VersionInfo)
thisAD.VersionData.NotVersioned = false
thisAD.Proxy.ListenPath = "/" + thisAD.APIID + "/"
thisAD.Proxy.StripListenPath = true
thisAD.Proxy.TargetURL = upstreamURL
Expand Down

0 comments on commit 358db10

Please sign in to comment.