hyperledger-firefly / hyperledger-firefly/firefly
Add minimal landing page for root endpoint `/`
Open
enhancement
- Dominant language
- Go
- Stars
- 602
- Forks
- 246
- Avg merge
- 18h 47m
- Merged PRs (30d)
- 6
Description
### What would you like to be added?
Currently accessing the root endpoint `/` returns:
{
"error": "FF10109: Not found"
}
However FireFly exposes useful interfaces:
/ui
/api
/sandbox
It might improve developer experience if the root endpoint
returned a simple landing page or JSON response linking
to these interfaces.
Example:
FireFly Node Running
UI → /ui
API Docs → /api
Sandbox → /sandbox
### Why is this needed?
This can user experience and overall project enhancment
Contributor guide
Assessment
This issue has not been assessed yet.