mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 06:27:10 +03:00
Return 404 for non existent feature flag
This commit is contained in:
@@ -10,4 +10,6 @@ export function getFeatureFlag(req: Request, res: Response): Response {
|
|||||||
enabled: config.deArrowPaywall,
|
enabled: config.deArrowPaywall,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return res.status(404).json();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user