-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Evidence task fail due to http:// harcoded at
air-mcp/src/api/evidence/evidence.ts
Line 17 in 5b06af1
const url = `http://${config.airHost}/api/public/evidence/case/ppc/${endpointId}/${taskId}`; |
Must be replaced to ${config.airHost}/api/public/evidence/case/ppc/${endpointId}/${taskId}
instead.
Metadata
Metadata
Assignees
Labels
No labels