Skip to content

Commit

Permalink
Controller mapping consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
flawmop committed Feb 9, 2024
1 parent 6365987 commit 296f325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.springframework.web.bind.annotation.RestController;

@RestController
@RequestMapping("test")
@RequestMapping("/test")
public class TestController {

private final PortalProperties portalProperties;
Expand Down

0 comments on commit 296f325

Please sign in to comment.