Skip to content

Commit

Permalink
Merge pull request #25 from mattj-io/mattj/fix_api
Browse files Browse the repository at this point in the history
Fix API to also show 1.12 only packages
  • Loading branch information
ryadav88 authored Jan 9, 2019
2 parents e8b5625 + 0d0876a commit b0de78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function fillExamples() {
// Set request options
var options = {
"headers": {
"user-agent": "dcos/1.11",
"user-agent": "dcos/1.12",
"accept": "application/vnd.dcos.universe.repo+json;charset=utf-8;version=v4"
},
"uri": "https://universe.mesosphere.com/repo",
Expand Down

0 comments on commit b0de78d

Please sign in to comment.