mirror of
https://github.com/foss42/apidash.git
synced 2025-07-02 05:57:55 +08:00
feat: add environment variable support for text request body
This commit is contained in:
@ -86,6 +86,7 @@ HttpRequestModel substituteHttpRequestModel(
|
||||
value: substituteVariables(param.value, envMap, activeEnvironmentId),
|
||||
);
|
||||
}).toList(),
|
||||
body: substituteVariables(httpRequestModel.body, envMap, activeEnvironmentId),
|
||||
);
|
||||
return newRequestModel;
|
||||
}
|
||||
|
Reference in New Issue
Block a user