Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix: missing serverUrl assignment of config.news #69
Conversation
|
perfect |
| @@ -4,6 +4,7 @@ export default () => { | |||
| const config: DefaultConfig = {}; | |||
| config.news = { | |||
| pageSize: 20, | |||
| serverUrl: '//127.0.0.1', | |||
Checklist
npm testpassesAffected core subsystem(s)
Description of change