Namespace: synergy/web
Last updated: 10.11.2017
Web endpoints is an optional feature aimed at supporting custom entry points into an application from Chemaxon Cloud.
Application info uses synergy/web
namespace with mainEntryPoint
attribute.
{
"namespace": "synergy/web",
"attributes": {
"mainEntryPoint": "http://localhost:8102/login"
}
}
mainEntryPoint
- URL of main entry into an application (Note that address
application property serves as base url of the application which may not be web entry point for more complex applications.)