Skip to content

Commit afa6f9f

Browse files
Added images in index.html
1 parent 15f4347 commit afa6f9f

File tree

4 files changed

+342
-8
lines changed

4 files changed

+342
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/** Endpoints for the Orchestration service */
2424
@RestController
25-
@RequestMapping("/orchestration")
25+
@RequestMapping("/spring-ai-orchestration")
2626
class SpringAiOrchestrationController {
2727

2828
private final ChatModel client = new OrchestrationChatModel();

0 commit comments

Comments
 (0)