Share this topic
LinkedIn
Twitter
Copy URL
Hi,
I have a requirement where i have to remove the /employer/{employer-id} from the below url. How can this be achieved ?
/register/employer/{employer-id}/documents/{id}
Expected output after modified url.
/register/documents/{id}
never-displayed