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