Skip to content

Commit

Permalink
fix: sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen9 committed Nov 14, 2024
1 parent ef6aa37 commit ec90851
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
Expand All @@ -36,7 +37,7 @@ protected ComparisonScriptConfigurableController(
* @param interfaceId
* @return
*/
@RequestMapping("/queryByInterfaceId")
@GetMapping("/queryByInterfaceId")
@ResponseBody
public Response queryByInterfaceId(@RequestParam String interfaceId,
@RequestParam(defaultValue = "false") Boolean filterExpired) {
Expand Down

0 comments on commit ec90851

Please sign in to comment.