Skip to content

Commit

Permalink
Fixed endpoint for existing media
Browse files Browse the repository at this point in the history
  • Loading branch information
rslanzi committed Jul 7, 2022
1 parent cd72929 commit 73897cc
Show file tree
Hide file tree
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
Expand Up @@ -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
}
Expand Down

0 comments on commit 73897cc

Please sign in to comment.