Skip to content

Commit 2b3ed76

Browse files
authored
chore: fix controller api titile (higress-group#611)
1 parent e8d4ebb commit 2b3ed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/console/src/main/java/com/alibaba/higress/console/controller/ai/LlmProvidersController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public ResponseEntity<PaginatedResponse<LlmProvider>> list(@RequestParam(require
6565
}
6666

6767
@PostMapping
68-
@Operation(summary = "Add a new route")
68+
@Operation(summary = "Add a new LLM provider")
6969
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "Route added successfully"),
7070
@ApiResponse(responseCode = "400", description = "Route data is not valid"),
7171
@ApiResponse(responseCode = "409", description = "Route already existed with the same name."),

0 commit comments

Comments
 (0)