This commit is contained in:
2022-06-13 21:24:56 +08:00
committed by GitHub
parent 1c00b78fb8
commit 309ee6f7ad
@@ -36,7 +36,6 @@ public class RestPostController {
} else {
throw new BaseException(ResponseCode.RESOURCES_NOT_EXIST);
}
}
@GetMapping("/discussion/{id}")