const host = 'http://192.168.1.60:6900'; const urls ={ newsList:host + '/news/mainpage', search: host + '/search' } module.exports = urls;