diff options
Diffstat (limited to 'minion/src/http/response_status.hpp')
-rw-r--r-- | minion/src/http/response_status.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minion/src/http/response_status.hpp b/minion/src/http/response_status.hpp index 577eedd..4db7546 100644 --- a/minion/src/http/response_status.hpp +++ b/minion/src/http/response_status.hpp @@ -1,3 +1,4 @@ #pragma once constexpr auto HTTP_RESPONSE_STATUS_OK = 200U; +constexpr auto HTTP_RESPONSE_STATUS_INTERNAL_SERVER_ERROR = 500U; |