Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 3f841b9

Browse files
committedNov 21, 2015
fix(config): send correct user-agent
1 parent 594b859 commit 3f841b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const pkg = require('../package.json')
55
exports = module.exports = () => {
66
return {
77
'api-path': '/api/v0/',
8-
'user-agent': `/node-$pkg.name}/${pkg.version}/`,
8+
'user-agent': `/node-${pkg.name}/${pkg.version}/`,
99
'host': 'localhost',
1010
'port': '5001'
1111
}

0 commit comments

Comments
 (0)
This repository has been archived.