Skip to content

Commit

Permalink
Merge pull request #2 from workupsrl/develop
Browse files Browse the repository at this point in the history
Fixed endpoint for existing media
rslanzi authored Jul 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents cd72929 + 73897cc commit 5d6314c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/ExistingMedia.vue
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@
createRequest () {
return Nova.request()
.get(
`/nova-vendor/ebess/advanced-nova-media-library/media`,
`/nova-vendor/workup/advanced-nova-media-library/media`,
{
params: this.requestParams
}

0 comments on commit 5d6314c

Please sign in to comment.