Is there a way to add second front end application in JHipster Gateway besides the one that is by default in src/main/webapp
?
This application was created to have server and react client, but we want another, second client in it.
Namely, we would like to save the existing webapp in order for the PO, PM and QA to be able to use swagger and entities and to add through entities new data. The main UI should be then served from some other folder, like webapp2.
Is something like this even possible in JHipster?