feat(config): phase 7 — drop /ims basePath, update all hardcoded paths, refresh env spec
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ export function SimilarIncidentsPanel({ incidentId }: Props) {
|
||||
const [error, setError] = useState(false)
|
||||
|
||||
useEffect(() => {
|
||||
fetch(`/ims/api/incidents/${incidentId}/similar`)
|
||||
fetch(`/api/incidents/${incidentId}/similar`)
|
||||
.then(r => {
|
||||
if (!r.ok) throw new Error('failed')
|
||||
return r.json()
|
||||
|
||||
Reference in New Issue
Block a user