Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Fix configuration panel location
Browse files Browse the repository at this point in the history
how did I do that??
  • Loading branch information
logantgt committed Aug 16, 2021
1 parent b12d551 commit 27dfbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harmony-span.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function connectMqttServer() {

function configureWebserverRoutes() {
// server static content from public directory (http://.../config/*)
app.use(Express.static('res/web'));
app.use(Express.static('res/public'));
// automatically interpret incoming post messages as JSON if Content-Type=application/json
app.use(Express.json());

Expand Down

0 comments on commit 27dfbaf

Please sign in to comment.