Skip to content

Commit

Permalink
Fixed wrong api request url for instances running in subfolders (go-g…
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente authored and lafriks committed Nov 3, 2018
1 parent 225c489 commit 54259e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ function initIssueList() {
$('.new-dependency-drop-list')
.dropdown({
apiSettings: {
url: '/api/v1/repos' + repolink + '/issues?q={query}',
url: suburl + '/api/v1/repos' + repolink + '/issues?q={query}',
onResponse: function(response) {
var filteredResponse = {'success': true, 'results': []};
// Parse the response from the api to work with our dropdown
Expand Down

0 comments on commit 54259e2

Please sign in to comment.