mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 01:06:46 +08:00
changed method uppercasing into jinja template
This commit is contained in:
@ -177,8 +177,7 @@ public class Main {
|
||||
}
|
||||
|
||||
var templateRequestCreation = jj.Template(kTemplateRequestCreation);
|
||||
result +=
|
||||
templateRequestCreation.render({"method": method.name.toUpperCase()});
|
||||
result += templateRequestCreation.render({"method": method.name});
|
||||
|
||||
// setting up query parameters
|
||||
var params = uri.queryParameters;
|
||||
|
Reference in New Issue
Block a user