Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const TRYIT_TEMPLATE = `/*

{{#each paths}}
{{#each this}}
/*
{{#unless ../../isResourceMode}}#### {{uppercase @key}} {{@../key}}{{/unless}}
{{#unless ../../isResourceMode}}/*
#### {{uppercase @key}} {{@../key}}

{{#if parameters}}
{{#with (groupParams parameters)}}
Expand All @@ -56,6 +56,7 @@ export const TRYIT_TEMPLATE = `/*
{{/with}}
{{/if}}
*/
{{/unless}}
###
{{uppercase @key}} http://localhost:{{../../port}}{{trim ../../basePath}}{{{@../key}}}{{queryParams parameters}}{{#if parameters}}{{headerParams parameters}}{{/if}}
{{#if requestBody}}Content-Type: {{getContentType requestBody}}
Expand Down
Loading