Skip to content

Commit

Permalink
Changed manifest endpoint to server-side (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Apr 10, 2020
1 parent d58d1d7 commit a6a0a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const defaultConfiguration = {
},

packages: {
manifest: '/metadata.json',
manifest: '/api/packages/manifest',
metadata: []
},

Expand Down
1 change: 1 addition & 0 deletions src/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export default class Packages {
if (list instanceof Array) {
const append = list
.map(iter => Object.assign({
_user: false,
type: 'application',
files: []
}, iter));
Expand Down

0 comments on commit a6a0a6c

Please sign in to comment.