Skip to content

Commit ff7b1fb

Browse files
Release v1.15.1 (#56)
* docs(readme): fix incorrect code example * chore(core): update core submodule (sync inflight timeout + permanent failure handling)
1 parent ac8618c commit ff7b1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ using namespace Vix;
123123
int main() {
124124
App app;
125125

126-
app.get("/", [](Request, Request res) {
126+
app.get("/", [](Request req, Response res) {
127127
res.json({ "message", "Hello world" });
128128
});
129129

0 commit comments

Comments
 (0)