master
Keith Irwin 2023-04-08 14:54:57 -06:00
parent 44f35cec09
commit 6e3b9301c3
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 0 deletions

View File

@ -557,6 +557,7 @@ server {
location / { location / {
proxy_pass http://localhost:4441; proxy_pass http://localhost:4441;
} }
}
``` ```
Our frontends are going to need these APIs. At the top of `front/dashboard.js` is a hardcoded variable: Our frontends are going to need these APIs. At the top of `front/dashboard.js` is a hardcoded variable: