diff --git a/public/app/features/serviceaccounts/state/actions.ts b/public/app/features/serviceaccounts/state/actions.ts index a38440f3562..a4dc6243aa6 100644 --- a/public/app/features/serviceaccounts/state/actions.ts +++ b/public/app/features/serviceaccounts/state/actions.ts @@ -3,7 +3,7 @@ import { getBackendSrv } from '@grafana/runtime'; import { OrgServiceAccount as OrgServiceAccount } from 'app/types'; import { serviceAccountsLoaded } from './reducers'; -const BASE_URL = `'/api/org/serviceaccounts'`; +const BASE_URL = `/api/org/serviceaccounts`; export function loadServiceAccounts(): ThunkResult { return async (dispatch) => {