Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
annahxxl committed Feb 23, 2024
1 parent 804e545 commit aee3392
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.kw.api.common.controller

import org.springframework.stereotype.Controller
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.RestController

@Controller
@RestController
class ApiController {

@GetMapping("/health-check")
Expand Down

0 comments on commit aee3392

Please sign in to comment.