Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from chrinor2002/feature/multi-team
Browse files Browse the repository at this point in the history
changing to use apit to list all pipelines, rather than main team only
  • Loading branch information
chrinor2002 authored Nov 17, 2017
2 parents c265cce + 35a1436 commit 2c26d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
$scope.getPipes = function() {
$http({
method: 'GET',
url: '/c/api/v1/teams/main/pipelines'
url: '/c/api/v1/pipelines'
}).then(function(response) {
if (pathSearch) {
response.data = response.data.filter(function(item) {
Expand Down

0 comments on commit 2c26d19

Please sign in to comment.