fix: replace last hardcoded paths with BASE_PATH-aware alternatives
- index.html: change /src/main.tsx to ./src/main.tsx (relative, respects <base> tag) - AgentRegistrationController: derive SSE endpoint URL from request context via ServletUriComponentsBuilder instead of hardcoding /api/v1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<script type="module" src="./src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user