We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f7ef9 commit 54df570Copy full SHA for 54df570
JavaScript/8-all.js
@@ -2,7 +2,7 @@
2
3
const fetch = require('./6-fetch.js');
4
5
-const baseUrl = 'http://localhost:3000/';
+const baseUrl = 'http://localhost:3000';
6
7
const promises = [
8
fetch(baseUrl + '/person'),
JavaScript/9-race.js
0 commit comments