Skip to content

Commit 1da1a68

Browse files
author
andrewwilsonnew
committed
remove adminapi
1 parent d98953c commit 1da1a68

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/openapi-generator/src/main/resources/kotlin-misk/apiController.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ import misk.web.mediatype.MediaTypes
9090
value = [{{#responses}}ApiResponse(code = {{{code}}}, message = "{{{message}}}"{{#baseType}}, response = {{{.}}}::class{{/baseType}}{{#containerType}}, responseContainer = "{{{.}}}"{{/containerType}}){{^-last}},{{/-last}}{{/responses}}]){{/swagger1AnnotationLibrary}}
9191
@{{httpMethod}}("{{path}}")
9292
@Description("""{{{unescapedNotes}}}""")
93-
@AdminApiAccess
9493
@RequestContentType({{#hasConsumes}}{{#consumes}}"{{{mediaType}}}"{{^-last}}, {{/-last}}{{/consumes}}{{/hasConsumes}})
9594
@ResponseContentType({{#hasProduces}}{{#produces}}"{{{mediaType}}}"{{^-last}}, {{/-last}}{{/produces}}{{/hasProduces}})
9695
@LogRequestResponse(bodySampling = 1.0, errorBodySampling = 1.0)

0 commit comments

Comments
 (0)