Skip to content

Commit dad1d22

Browse files
authored
๐ŸŽจ ์Šค์›จ๊ฑฐ ๋ฌธ์„œ ์ˆ˜์ •
๐ŸŽจ ์Šค์›จ๊ฑฐ ๋ฌธ์„œ ์ˆ˜์ •
2 parents d5dc975 + 755427f commit dad1d22

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

โ€Žsrc/main/java/com/going/server/global/temp/controller/FastApiController.javaโ€Ž

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ public ResponseEntity<String> testFastApi() {
4848

4949
@GetMapping()
5050
@Operation(summary = "FastAPI ํด๋Ÿฌ์Šคํ„ฐ ๊ฒฐ๊ณผ ์กฐํšŒ", description = "FastAPI ์„œ๋ฒ„์—์„œ ํด๋Ÿฌ์Šคํ„ฐ๋ง ๊ฒฐ๊ณผ๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.")
51-
@ApiResponses({
52-
@ApiResponse(
53-
responseCode = "200",
54-
description = "FastAPI์—์„œ ํด๋Ÿฌ์Šคํ„ฐ๋ง ๋ฐ์ดํ„ฐ๋ฅผ ์„ฑ๊ณต์ ์œผ๋กœ ๋ฐ˜ํ™˜",
55-
content = @Content(
56-
mediaType = "application/json",
57-
schema = @Schema(example = "{ \"message\": \"ํด๋Ÿฌ์Šคํ„ฐ๋ง ์™„๋ฃŒ!\", \"clusters\": [{ \"cluster_id\": 0, \"word_sentences\": { \"์ •์„œ์ง„\": [ \"๋ฌธ์žฅ1\", \"๋ฌธ์žฅ2\" ] } }] }")
58-
)
59-
)
60-
})
6151
public SuccessResponse<List<WordResponseDto>> getCluster() {
6252
return fastApiService.getCluster();
6353
}

0 commit comments

Comments
ย (0)