Skip to content

SF-004 Web endpoints

*Namespace: ** synergy/web *Last updated: ** 10.11.2017

Introduction

Web endpoints is an optional feature aimed at supporting custom entry points into an application from Synergy.

Configuration

Application info uses synergy/web namespace with mainEntryPoint attribute.
Example

1
2
3
4
5
6
{
    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.)