diff --git a/public/app/features/alerting/unified/api/incidentsApi.ts b/public/app/features/alerting/unified/api/incidentsApi.ts index 28d37ac5b48..23901a47d62 100644 --- a/public/app/features/alerting/unified/api/incidentsApi.ts +++ b/public/app/features/alerting/unified/api/incidentsApi.ts @@ -7,8 +7,7 @@ interface IncidentsPluginConfigDto { isIncidentCreated: boolean; } -const getProxyApiUrl = (path: string) => - `/api/plugins/grafana-incident-app/resources/${SupportedPlugin.Incident}${path}`; +const getProxyApiUrl = (path: string) => `/api/plugins/${SupportedPlugin.Incident}/resources${path}`; export const incidentsApi = alertingApi.injectEndpoints({ endpoints: (build) => ({