We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddf1a6 commit 00b4aeaCopy full SHA for 00b4aea
src/main/java/org/dfbf/soundlink/global/Controller.java
@@ -14,6 +14,6 @@ public class Controller {
14
// health check
15
@GetMapping("/health")
16
public ResponseResult health() {
17
- return new ResponseResult(ErrorCode.SUCCESS,"ok2");
+ return new ResponseResult(ErrorCode.SUCCESS,"ok");
18
}
19
0 commit comments