Update README.md
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
This commit is contained in:
committed by
Gauthier Roebroeck
parent
70e4b222be
commit
587265a489
@@ -46,7 +46,7 @@ async function main() {
|
||||
// ...
|
||||
const todoEnv = useHotMemoize(module, () => createEnv('todo'));
|
||||
// ...
|
||||
apiRouter.use('/todo', await kafka(todoEnv));
|
||||
apiRouter.use('/todo', await todo(todoEnv));
|
||||
```
|
||||
|
||||
## Scanned Files
|
||||
|
||||
Reference in New Issue
Block a user