From d9fc7b6e91f03aa46e9f093a2e490762898e0892 Mon Sep 17 00:00:00 2001 From: WilliamRClark Date: Wed, 2 Jun 2021 07:04:42 -0400 Subject: [PATCH] Update code. --- api/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/README.md b/api/README.md index 03d41ca..e418cd4 100644 --- a/api/README.md +++ b/api/README.md @@ -1,6 +1,8 @@ # file demo api This folder contains a sample implementation to document the minimal API that is necessary to support the local file browser component. +This example is a simple [Express.js](https://expressjs.com/) server which gives methods to expose the HOME_DIR on your machine to the web. + ## Build ```bash npm install