We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fecf5 commit cb58ee6Copy full SHA for cb58ee6
admin/src/components/EpisodeEdit.vue
@@ -37,7 +37,7 @@ export default {
37
this.error = this.items = []
38
this.loading = true
39
40
- fetch('/static/feed.json', {
+ fetch('/json', {
41
credentials: 'same-origin'
42
}).then(response => {
43
return response.text()
admin/src/components/EpisodeList.vue
@@ -43,7 +43,7 @@ export default {
44
45
46
47
48
49
0 commit comments