Merge pull request #14921 from jmezach/patch-1

Add missing reader property
This commit is contained in:
Johan Haals
2022-11-30 10:29:01 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+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,
});
}
```