We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82d5e8 commit 35feba6Copy full SHA for 35feba6
README.md
@@ -67,7 +67,7 @@ memoized or computed on each request, based on the setting of
67
68
```
69
function selectProxyHost() {
70
- return (new Date() % 2) ? 'http://google.com' : 'http://altavista,com';
+ return (new Date() % 2) ? 'http://google.com' : 'http://altavista.com';
71
}
72
73
app.use('/', proxy(selectProxyHost);
0 commit comments