diff options
author | Louis Brauer <louis@openbooking.ch> | 2024-05-27 23:55:51 +0200 |
---|---|---|
committer | Louis Brauer <louis@openbooking.ch> | 2024-05-27 23:55:51 +0200 |
commit | 25ef07b1ec7576becc02bcfc07706184797fea91 (patch) | |
tree | 3632cfd87dee1e982bcfe12672122c4351b00b3a /http_codes.h | |
parent | 8fc788e92c83bb7c09c5d267affcb91ef828b0d6 (diff) |
More or less smaller fixes :)
Diffstat (limited to 'http_codes.h')
-rw-r--r-- | http_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_codes.h b/http_codes.h index 795f92a..a1958f1 100644 --- a/http_codes.h +++ b/http_codes.h @@ -42,4 +42,4 @@ HTTP_STATUS(502, BAD_GATEWAY, Bad Gateway) HTTP_STATUS(503, SERVICE_UNAVAILABLE, Service Unavailable) HTTP_STATUS(504, GATEWAY_TIMEOUT, Gateway Timeout) HTTP_STATUS(505, HTTP_VERSION_NOT_SUPPORTED, HTTP Version Not Supported) -HTTP_STATUS(507, INSUFFICIENT_STORAGE, Insufficient Storage)
\ No newline at end of file +HTTP_STATUS(507, INSUFFICIENT_STORAGE, Insufficient Storage) |