mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
[ISSUE 375] - strip parameters from url before rendering
This commit is contained in:
@ -117,6 +117,7 @@ echo $response;
|
||||
result += templateStart.render();
|
||||
|
||||
var templateUri = jj.Template(kTemplateUri);
|
||||
result += templateUri.render({'uri': stripUriParams(uri)});
|
||||
|
||||
//renders the request body contains the HTTP method associated with the request
|
||||
if (kMethodsWithBody.contains(requestModel.method) && requestModel.hasBody) {
|
||||
|
Reference in New Issue
Block a user