Skip to content

Commit 9c858ce

Browse files
committed
bad url in discovery
1 parent e031211 commit 9c858ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const discovery = async (
109109

110110
const response = await apiCall<DiscoveryResponse>(
111111
"post",
112-
`/api/apiKey/v2/test-targets/${options.testTargetId}/discoveries`,
112+
`/apiKey/v2/test-targets/${options.testTargetId}/discoveries`,
113113
options.apiKey,
114114
requestBody,
115115
);

0 commit comments

Comments
 (0)