Update README.md
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
This commit is contained in:
committed by
Gauthier Roebroeck
parent
587265a489
commit
6a2cc4cfa7
@@ -56,7 +56,7 @@ async function main() {
|
||||
// ...
|
||||
const todoEnv = useHotMemoize(module, () => createEnv('todo'));
|
||||
// ...
|
||||
apiRouter.use('/todo', await kafka(todoEnv));
|
||||
apiRouter.use('/todo', await todo(todoEnv));
|
||||
```
|
||||
|
||||
3. Add the plugin as a tab to your service entities:
|
||||
|
||||
Reference in New Issue
Block a user