From 6e3b9301c3c3cfa7b4639d5cc49f535130b7fdb9 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sat, 8 Apr 2023 14:54:57 -0600 Subject: [PATCH] #9 Missing } --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 67fb6da..43ec696 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -557,6 +557,7 @@ server { location / { proxy_pass http://localhost:4441; } +} ``` Our frontends are going to need these APIs. At the top of `front/dashboard.js` is a hardcoded variable: