We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d37e62 + b0a0fd4 commit 0952ac2Copy full SHA for 0952ac2
.github/workflows/ci.yml
@@ -0,0 +1,4 @@
1
+name: CI
2
+
3
+on:
4
+ workflow_dispatch:
README.md
@@ -83,8 +83,8 @@ enum HttpStatus_Code
83
namespace HttpStatus {
84
enum class Code
85
{
86
- OK = 200,
87
- Forbidden = 404
+ OK = 200,
+ NotFound = 404
88
// ...
89
};
90
}
@@ -95,8 +95,8 @@ enum class Code
95
96
enum Code
97
98
99
100
101
102
0 commit comments