I have some questions regarding to setting up workbench with other servers. Previously, workbench can make request /notifications to localhost:12345 by default. However, for now if I server my webpage under any server like play framework it will make request to localhost:9000 which is unexpected. Is there any way, I can make workbench client request localhost:12345 instead.
Hi there,
I have some questions regarding to setting up workbench with other servers. Previously, workbench can make request
/notifications
tolocalhost:12345
by default. However, for now if I server my webpage under any server like play framework it will make request tolocalhost:9000
which is unexpected. Is there any way, I can make workbench client requestlocalhost:12345
instead.