Skip to content

Commit cb58ee6

Browse files
committed
Changed from dev feed to actual feed from pogo
1 parent 34fecf5 commit cb58ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/src/components/EpisodeEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
this.error = this.items = []
3838
this.loading = true
3939
40-
fetch('/static/feed.json', {
40+
fetch('/json', {
4141
credentials: 'same-origin'
4242
}).then(response => {
4343
return response.text()

admin/src/components/EpisodeList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
this.error = this.items = []
4444
this.loading = true
4545
46-
fetch('/static/feed.json', {
46+
fetch('/json', {
4747
credentials: 'same-origin'
4848
}).then(response => {
4949
return response.text()

0 commit comments

Comments
 (0)