Skip to content

Commit

Permalink
fix: endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj338033 committed Jul 11, 2024
1 parent 652be8c commit eac3b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController

@RestController
@RequestMapping("/wiki")
@RequestMapping("/wikis")
class WikiController(
private val wikiService: WikiService
) {
Expand Down

0 comments on commit eac3b22

Please sign in to comment.