|
@@ -165,7 +165,7 @@
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
fetchNotifications() {
|
|
fetchNotifications() {
|
|
- axios.get('/api/v1/notifications?pg=true')
|
|
|
|
|
|
+ axios.get('/api/pixelfed/v1/notifications?pg=true')
|
|
.then(res => {
|
|
.then(res => {
|
|
let data = res.data.filter(n => {
|
|
let data = res.data.filter(n => {
|
|
if(n.type == 'share' && !n.status) {
|
|
if(n.type == 'share' && !n.status) {
|