0
Good afternoon! I am new in the area of development and I am walking in the area of Web applications. I have developed a web-api that is already hosted and running. However, I am developing another project and would like to use the same domain. Is it possible ? Illustrating the situation:
What is already in operation: wwww.meudominio.com.br/api1/controller/function
What do I want: www.meudominio.com.br/api2/controller/funcao
Yes, there are several ways to do this. You can use "folders", subdominios and ports.
– Jonathan de Toni