Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Last active March 5, 2018 18:20
Show Gist options
  • Save hustKiwi/88f1b696d156457de8c4b4a4a8a78866 to your computer and use it in GitHub Desktop.
Save hustKiwi/88f1b696d156457de8c4b4a4a8a78866 to your computer and use it in GitHub Desktop.
if (cfg.useProxyApi) {
router.use(proxy(['/api/weekly_usage', '/api/app_usage'], {
target: 'https://dev-app.ipifny.com',
changeOrigin: true,
pathRewrite: {
'^/api/weekly_usage': '/api/app-usage/rescuetime/weekly_usages',
'^/api/app_usage': '/api/app-usage/rescuetime/app_usages'
}
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment