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:
@@ -30,7 +30,7 @@ export function OfflineSync() {
|
||||
if (report.type_details) fd.append('type_details', JSON.stringify(report.type_details))
|
||||
|
||||
try {
|
||||
const res = await fetch('/ims/api/incidents', { method: 'POST', body: fd })
|
||||
const res = await fetch('/api/incidents', { method: 'POST', body: fd })
|
||||
if (res.ok && report.id != null) {
|
||||
await removePendingReport(report.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user