Use es6 notation in compliments module and cleanup jsdoc

This commit is contained in:
rejas
2021-03-20 20:37:45 +01:00
parent 7f1a3df25b
commit bda8f26511
6 changed files with 38 additions and 43 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"],