Skip to content

Commit

Permalink
fix: fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
lvalentine6 committed Apr 17, 2024
1 parent bfe2197 commit 7306a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/site/iris/issuefy/StatusController.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@Controller
public class StatusController {

@GetMapping("status")
@GetMapping("/status")
@ResponseBody
public String status() {
return "service is running!";
Expand Down

0 comments on commit 7306a74

Please sign in to comment.