File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/developer-intermediate/inventory-bff Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,8 @@ into javascript and to put the business logic in a separate service component.
383383 ` ` `
384384
385385- Update the controller to inject the service and use it:
386- ` ` ` typescript title=" src/import { Inject } from 'typescript-ioc';
386+ ` ` ` typescript title=" src/controllers/stock-items.controller.ts"
387+ import { Inject } from ' typescript-ioc' ;
387388 import { GET, Path } from ' typescript-rest' ;
388389 import { HttpError } from ' typescript-rest/dist/server/model/errors' ;
389390
Original file line number Diff line number Diff line change 11# Do not use with Docker builds, only for local dev with mkdocs CLI
2- mkdocs-material == 8.3.9
2+ mkdocs-material == 8.4.1
33mkdocs-minify-plugin == 0.5.0
44mkdocs-redirects == 1.0.3
55git+https://github.com/linkchecker/[email protected] #egg=linkchecker
You can’t perform that action at this time.
0 commit comments