Update feeds error language
This commit is contained in:
parent
bdfc122beb
commit
8b2d9d947e
@ -14,6 +14,6 @@ export async function GET() {
|
|||||||
});
|
});
|
||||||
return Response.json(formatFeedJson(photos));
|
return Response.json(formatFeedJson(photos));
|
||||||
} else {
|
} else {
|
||||||
return new Response('Feed disabled', { status: 404 });
|
return new Response('Feeds disabled', { status: 404 });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,6 +18,6 @@ export async function GET() {
|
|||||||
{ headers: { 'Content-Type': 'text/xml' } },
|
{ headers: { 'Content-Type': 'text/xml' } },
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return new Response('Feed disabled', { status: 404 });
|
return new Response('Feeds disabled', { status: 404 });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user