mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-06 23:57:43 +00:00
Fix typo.
This commit is contained in:
parent
f293cf6e81
commit
e721d2204b
@ -456,7 +456,7 @@ start: function() {
|
|||||||
}
|
}
|
||||||
````
|
````
|
||||||
|
|
||||||
**Note: ** By default, a public path to your module's public folder will be created:
|
**Note:** By default, a public path to your module's public folder will be created:
|
||||||
````javascript
|
````javascript
|
||||||
this.expressApp.use("/" + this.name, express.static(this.path + "/public"));
|
this.expressApp.use("/" + this.name, express.static(this.path + "/public"));
|
||||||
````
|
````
|
||||||
|
Loading…
x
Reference in New Issue
Block a user