Skip to content

Commit

Permalink
Enable the Universe Browser for 1.10 packages. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Schad committed Oct 20, 2017
1 parent 562ecb1 commit a2bb3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function fillExamples() {
// Set request options
var options = {
"headers": {
"user-agent": "dcos/1.9",
"user-agent": "dcos/1.10",
"accept": "application/vnd.dcos.universe.repo+json;charset=utf-8;version=v3"
},
"uri": "https://universe.mesosphere.com/repo",
Expand Down Expand Up @@ -451,4 +451,4 @@ router.get("/version", function(req, res) {

});

module.exports = router;
module.exports = router;

0 comments on commit a2bb3c6

Please sign in to comment.