BRP: Fix bad path used in batch-resend call (#29305)

This commit is contained in:
Martin Angers 2025-05-21 11:14:20 -04:00 committed by GitHub
parent 7b9b15806d
commit df58fd1402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`,
};