mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Remove undocumented .json endpoint
This commit is contained in:
parent
3d536aa5f1
commit
c937f8543b
1 changed files with 0 additions and 5 deletions
|
@ -80,12 +80,7 @@ export const statusRequest = async (c: Context) => {
|
|||
|
||||
const baseUrl = getBaseRedirectUrl(c);
|
||||
|
||||
/* Check if request is to api.fxtwitter.com, or the tweet is appended with .json
|
||||
Note that unlike TwitFix, FixTweet will never generate embeds for .json, and
|
||||
in fact we only support .json because it's what people using TwitFix API would
|
||||
be used to. */
|
||||
if (
|
||||
url.pathname.match(/\/status(es)?\/\d{2,20}\.(json)/g) !== null ||
|
||||
Constants.API_HOST_LIST.includes(url.hostname)
|
||||
) {
|
||||
console.log('JSON API request');
|
||||
|
|
Loading…
Add table
Reference in a new issue