Skip to content

Commit

Permalink
fix: eo.execute example error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Nov 8, 2022
1 parent 348d2bd commit 6ae8cb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const generateEoExcuteSnippet = (bodyType) => {
};
const result = `//${localizes.apidefind}
var ${variables.id}_api_demo_1 = {
"url": "https://api.eolink.com", //${localizes.url}
"name": "${variables.name} API Demo", //${localizes.name}
"url": "https://www.eoapi.io", //${localizes.url}
"name": "${variables.name} API Demo", //${localizes.name}
"method": "POST",
"headers": {
"Content-Type": "${variables.contentType}"
Expand Down

0 comments on commit 6ae8cb1

Please sign in to comment.