Hi,
I have two applications which needs to be configured under one domain. Please find the below scenario.
Applilcation Name 1: https://www.domain.com This is my main angularJS application
Applicatiion Name 2: https://www.domain.com/employees This is my second angular JS application
Applicatiion Name 2: https://www.domain.com/customers This is my third angularjs application
I need to maintain the all three applications in separate projects. But, there is a restful service which is common for all.
Can you please guid me how to configure this.
Thanks in advance.