fix(config): phase 7 follow-up — fix remaining /ims/ occurrences in sw.js, notifications, components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ export function RiskFlagsPanel() {
|
||||
setLoading(true)
|
||||
setError(null)
|
||||
try {
|
||||
const res = await fetch('/ims/api/dashboard/ai/risk-flags', { method: 'POST' })
|
||||
const res = await fetch('/api/dashboard/ai/risk-flags', { method: 'POST' })
|
||||
if (!res.ok) {
|
||||
const data = await res.json().catch(() => ({}))
|
||||
setError(data.error ?? 'Analysis failed')
|
||||
|
||||
Reference in New Issue
Block a user