Skip to content

Commit 53e9a34

Browse files
HugoMariofrantuma
authored andcommitted
removed nonexistent element "contents"
1 parent 1915b4c commit 53e9a34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/swagger-codegen/src/main/resources/aspnetcore/2.1/controller.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace {{packageName}}.Controllers
2020
[ApiController]
2121
public class {{classname}}Controller : ControllerBase{{#interfaceController}}, I{{classname}}Controller{{/interfaceController}}
2222
{ {{#operation}}
23-
{{#contents}}
2423
/// <summary>
2524
/// {{#summary}}{{summary}}{{/summary}}
2625
/// </summary>{{#notes}}
@@ -66,7 +65,6 @@ namespace {{packageName}}.Controllers
6665
return new ObjectResult(example);{{/returnType}}{{^returnType}}
6766
throw new NotImplementedException();{{/returnType}}
6867
}
69-
{{/contents}}
7068
{{/operation}}
7169
}
7270
{{/operations}}

0 commit comments

Comments
 (0)