diff options
| author | Fuwn <[email protected]> | 2022-05-15 06:22:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-15 06:22:56 +0000 |
| commit | 3dc5aaa698d9065ccb955fee881c49c02574f670 (patch) | |
| tree | d453d3644e8c2d61f9527913ca3ee280d4b8a3b1 /README.md | |
| parent | feat(0.1.0): initial release (diff) | |
| download | laurali-3dc5aaa698d9065ccb955fee881c49c02574f670.tar.xz laurali-3dc5aaa698d9065ccb955fee881c49c02574f670.zip | |
feat(decorators): auto deduce callback type
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ import { } from "https://deno.land/x/laurali/mod.ts"; class MyCoolServer extends Server { - /** Visit /hi */ + /** Visit `/hi` */ @route() hi() { return "Hello, World!"; |