feat: update plugin path to match same behavior in the main app

resolves #6108

Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
Rogerio Angeliski
2021-06-18 18:01:27 -03:00
parent b659f76133
commit 953a7e66f9
3 changed files with 10 additions and 4 deletions
@@ -7,5 +7,6 @@ createDevApp()
.addPage({
element: <{{ extensionName }} />,
title: 'Root Page',
path: '/{{ id }}'
})
.render();