diff --git a/frontend/utilities/endpoints.ts b/frontend/utilities/endpoints.ts index 56d23a0b51..4b2bb6b161 100644 --- a/frontend/utilities/endpoints.ts +++ b/frontend/utilities/endpoints.ts @@ -282,5 +282,5 @@ export default { `/${API_VERSION}/fleet/configuration_profiles/${uuid}`, CONFIG_PROFILE_STATUS: (uuid: string) => `/${API_VERSION}/fleet/configuration_profiles/${uuid}/status`, - CONFIG_PROFILE_BATCH_RESEND: `/${API_VERSION}/fleet/configuration_profiles/batch/resend`, + CONFIG_PROFILE_BATCH_RESEND: `/${API_VERSION}/fleet/configuration_profiles/resend/batch`, };