mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Return 404 for non existent feature flag
This commit is contained in:
parent
e9e1fd5228
commit
16c7ad5531
1 changed files with 2 additions and 0 deletions
|
@ -10,4 +10,6 @@ export function getFeatureFlag(req: Request, res: Response): Response {
|
|||
enabled: config.deArrowPaywall,
|
||||
});
|
||||
}
|
||||
|
||||
return res.status(404).json();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue