mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
return 410 not 404 for removed apis
This commit is contained in:
parent
533695304c
commit
679bfe9abf
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ export const cacheWrapper = async (
|
||||||
) {
|
) {
|
||||||
return new Response(Strings.TWITFIX_API_SUNSET, {
|
return new Response(Strings.TWITFIX_API_SUNSET, {
|
||||||
headers: Constants.RESPONSE_HEADERS,
|
headers: Constants.RESPONSE_HEADERS,
|
||||||
status: 404
|
status: 410
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue