Add missing reader property

As discussed in #14831 this is needed for the README.md feature to work properly

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2022-11-29 09:59:45 +01:00
committed by GitHub
parent 89c0b0e6e6
commit aa82f15b65
+1
View File
@@ -49,6 +49,7 @@ Here's how to get the backend up and running:
return createRouter({
logger: env.logger,
config: env.config,
reader: env.reader
});
}
```