mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 20:28:56 +00:00
commit
6ba62ec282
1 changed files with 5 additions and 0 deletions
|
@ -212,6 +212,11 @@ struct statusStrings getStatusStrings(int status) {
|
|||
.statusString = "Expectation Failed",
|
||||
.statusFormat = ""
|
||||
};
|
||||
case 418:
|
||||
return (struct statusStrings) {
|
||||
.statusString = "I'm a teapot",
|
||||
.statusFormat = ""
|
||||
};
|
||||
case 420:
|
||||
return (struct statusStrings) {
|
||||
.statusString = "Policy Not Fulfilled",
|
||||
|
|
Loading…
Reference in a new issue