Skip to content

Commit

Permalink
Update call.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 14, 2021
1 parent 1270a80 commit 7d962a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/federation/call.js
@@ -1,6 +1,6 @@
const fetch = require('cross-fetch');

fetch('http://localhost:3000/monolith', {
fetch('http://localhost:3000/stitching', {
method: 'POST',
headers: {
'content-type': 'application/json'
Expand Down

0 comments on commit 7d962a5

Please sign in to comment.