From 65c299424b0d53879118ae969da74a029eadd35b Mon Sep 17 00:00:00 2001 From: Masum ULU <49063256+masum-ulu@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:58:19 +0300 Subject: [PATCH] Update part-09.md --- docs/en/tutorials/book-store/part-09.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/tutorials/book-store/part-09.md b/docs/en/tutorials/book-store/part-09.md index e8e0bd328f..c42dd22d8a 100644 --- a/docs/en/tutorials/book-store/part-09.md +++ b/docs/en/tutorials/book-store/part-09.md @@ -558,6 +558,7 @@ Open the `/src/app/route.provider.ts` and add `'BookStore.Books || BookStore.Aut layout: eLayoutType.application, requiredPolicy: 'BookStore.Books || BookStore.Authors', }, +```` The final `configureRoutes` function declaration should be following: @@ -1240,4 +1241,4 @@ That's all! This is a fully working CRUD page, you can create, edit and delete t > **Tip**: If you run the `.DbMigrator` console application after defining a new permission, it automatically grants these new permissions to the admin role and you don't need to manually grant the permissions yourself. -{{end}} \ No newline at end of file +{{end}}