finos / FDC3-Sail

Open implementation of the FDC3 standard using Electron and an integrated App Directory.
Apache License 2.0
34 stars 26 forks source link

Add default message to local directory #16

Closed nkolba closed 2 years ago

nkolba commented 2 years ago

Navigating to the '/' route on the directory just returns an error

image

Instead, a JSON payload should be returned with metadata describing the directory. e.g.


    {
          "description":"FDC3 App Directory",
          "version" : 1.2
      }