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:
@@ -23,7 +23,7 @@ export function VerifyForm({ capaId }: Props) {
|
||||
}
|
||||
setSaving(true)
|
||||
setError(null)
|
||||
const res = await fetch(`/ims/api/capa/${capaId}/verify`, {
|
||||
const res = await fetch(`/api/capa/${capaId}/verify`, {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ verdict, reopen_reason: reopenReason || null }),
|
||||
|
||||
Reference in New Issue
Block a user