Skip to content

Commit c071d39

Browse files
committed
Update sendRequest.hbs
1 parent 9358311 commit c071d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/axios/sendRequest.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function sendRequest(
1010
const source = axios.CancelToken.source();
1111

1212
const config: AxiosRequestConfig = {
13-
url,
13+
url: url.replace("{edge}", openApiConfig.EDGE),
1414
headers,
1515
data: body || formData,
1616
method: options.method,

0 commit comments

Comments
 (0)