1 parent f289d2f commit 4e56dbaCopy full SHA for 4e56dba
1 file changed
โsrc/main/java/refresh/acci/domain/analysis/presentation/AnalysisController.javaโ
@@ -38,7 +38,7 @@ public SseEmitter subscribe(@PathVariable UUID analysisId) {
38
}
39
40
// ๋๋ค Tip ์ ๊ณต
41
- @GetMapping(value = "/loading", produces = MediaType.TEXT_PLAIN_VALUE)
+ @GetMapping("/loading")
42
public ResponseEntity<String> getLoadingTips() {
43
return ResponseEntity.status(HttpStatus.OK).body(analysisService.getLoadingTips());
44
0 commit comments