change quote global variable

This commit is contained in:
vincent 2019-04-24 18:16:51 +02:00
parent 0842cfc3d1
commit fa844d9223

View File

@ -1,5 +1,5 @@
'use strict'
module.exports = {
NODE_ENV: '"production"',
ROOT_API:'/chainetv'
ROOT_API:'"/chainetv"'
}