fix(core): update
This commit is contained in:
parent
261de8c19d
commit
6162893a8a
@ -64,7 +64,7 @@ HttpStatus.addStatus('404', Status404);
|
||||
export class Status429 extends HttpStatus {
|
||||
constructor() {
|
||||
super({
|
||||
code: 404,
|
||||
code: 429,
|
||||
text: 'Too Many Requests',
|
||||
description: `The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.`
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user