Hello. I noticed that in client/src/router.js, the default routes are defined. But how would I go about adding my own route? It is of the form /#Controller/abcd/1234, where abcd is the new route's name and 1234 is the entity ID.
It is similar to /view/ or /edit/ but I don't know where to initialize it (without editing routes.js).
Thanks!
It is similar to /view/ or /edit/ but I don't know where to initialize it (without editing routes.js).
Thanks!
Comment