Browse Source

docs: updates README.md

e22m4u 1 week ago
parent
commit
5b9f4c484f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -126,6 +126,7 @@ router.defineRoute({
     console.log(ctx.response);  // ServerResponse
     console.log(ctx.route);     // Route
     console.log(ctx.meta);      // {prop: 'value'}
+    console.log(ctx.state);     // {}
     // ...
   },
 });