Skip to content

Commit f2bdc59

Browse files
committed
Improving api
1 parent 2cda3bb commit f2bdc59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/no/nav/klage/document/api/DocumentController.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package no.nav.klage.document.api
22

3+
import io.swagger.annotations.Api
34
import io.swagger.annotations.ApiOperation
45
import no.nav.klage.document.api.views.CommentInput
56
import no.nav.klage.document.api.views.CommentView
@@ -13,6 +14,7 @@ import org.springframework.web.bind.annotation.*
1314
import java.util.*
1415

1516
@RestController
17+
@Api(tags = ["kabal-smart-editor-api"])
1618
@RequestMapping("/documents")
1719
class DocumentController(
1820
private val documentService: DocumentService,

0 commit comments

Comments
 (0)