refactor(core): Move curl endpoint to its own controller (no-changelog) (#9605)
This commit is contained in:
committed by
GitHub
parent
375b347b0f
commit
1563bf571d
@@ -5,5 +5,5 @@ export async function getCurlToJson(
|
||||
context: IRestApiContext,
|
||||
curlCommand: string,
|
||||
): Promise<CurlToJSONResponse> {
|
||||
return await makeRestApiRequest(context, 'POST', '/curl-to-json', { curlCommand });
|
||||
return await makeRestApiRequest(context, 'POST', '/curl/to-json', { curlCommand });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user