mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
BRP: Fix bad path used in batch-resend call (#29305)
This commit is contained in:
parent
7b9b15806d
commit
df58fd1402
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue