Hello,
is it possible to have a tandem of an UI application using Vaadin Flow and a RESTful server
using the
same
url and port
? For example
- https://myapplication.myhost.org/ for the UI application
- https://myapplication.myhost.org/rest/… for the RESTful server
As far as I could see, I could either run the UI application or the RESTful server, but not at the same time?!?
If it’s possible, can you point me to the right way, please ![]()
Thanks in advance
Michael