Use es6 notation in clock module

This commit is contained in:
rejas
2021-03-17 22:29:20 +01:00
parent 0b3964c827
commit ef2ff50089
13 changed files with 56 additions and 67 deletions

View File

@@ -3,8 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
var config = {
let config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],