Add httpStatic log statement on start up

This commit is contained in:
Nick O'Leary
2017-07-26 11:45:49 -07:00
parent d4d87054c4
commit 5bdb9e972e
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"version": "__component__ version: __version__",
"unsupported_version": "Unsupported version of __component__. Requires: __requires__ Found: __version__",
"paths": {
"settings": "Settings file : __path__"
"settings": "Settings file : __path__",
"httpStatic": "HTTP Static : __path__"
}
},