fix: Fixes headers annotation for kotlin retrofit2 api template (#16680)

This commit is contained in:
Ivan Vasheka 2023-09-28 14:01:36 +03:00 committed by GitHub
parent bb3096c99c
commit af352df10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,9 +145,7 @@ interface {{classname}} {
{{^formParams}}
{{#prioritizedContentTypes}}
{{#-first}}
@Headers({
"Content-Type:{{{mediaType}}}"
})
@Headers("Content-Type:{{{mediaType}}}")
{{/-first}}
{{/prioritizedContentTypes}}
{{/formParams}}