mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 05:57:04 +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,
|
||||
});
|
||||
}
|
||||
|
||||
return res.status(404).json();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user