Add new operator info fields

This commit is contained in:
Rafael Taranto 2019-05-22 16:28:53 -03:00 committed by Josh Harvey
parent 15c8e0d862
commit 8330b95de1
2 changed files with 22 additions and 11 deletions

View file

@ -95,7 +95,9 @@ function poll (req, res, next) {
active: config.operatorInfoActive,
name: config.operatorInfoName,
phone: config.operatorInfoPhone,
email: config.operatorInfoEmail
email: config.operatorInfoEmail,
website: config.operatorInfoWebsite,
companyNumber: config.operatorInfoCompanyNumber
}
}