You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2021. It is now read-only.
If someone is running the oasp4js-sample (angular2) application from oasp4j workspace it will be necessary to set a specific address to operations in the server-side. It is located on the private var serverPath on the BusinessOperations.ts file (oasp4js-sample/src/app/main).
private var serverPath = 'http://localhost:8081/';
In case the application is running from outside, the application should search the server, so this variable would be specified as follows:
private var serverPath = 'http://localhost:8081/oasp4j-server-sample';