Skip to content

Commit d01d5e6

Browse files
committed
Work in Progress
1 parent 8dd2ce9 commit d01d5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ResponseEntity<ResponseBodyEmitter> streamChatCompletion() {
6666
* AI Core: Orchestration - Templating</a>
6767
* @return a ResponseEntity with the response content
6868
*/
69-
@GetMapping(value = "/template")
69+
@GetMapping("/template")
7070
@Nonnull
7171
ResponseEntity<Object> template(
7272
@RequestHeader(value = "accept", required = false) final String accept)

0 commit comments

Comments
 (0)