|
|
Hi,
When the user logs in for example in shop component, can I add a path keyword which is related to the user(not same for all users) (example: /test) to the basepath (example: localhost:5555/shop) so we link the user to the new “basepath” (localhost:5555/shop/test) and every page they visit or every request they do I add the path component
"test" to the path (example localhost:5555/shop/test/somerequest)?
|