fix: remove migrated, and /org endpoint (#44788)

* fix: remove migrated, and /org endpoint

* Update pkg/api/index.go
This commit is contained in:
Eric Leijonmarck
2022-02-02 16:32:37 +01:00
committed by GitHub
parent 9e6b9215ab
commit 1dd2579528
8 changed files with 10 additions and 21 deletions

View File

@ -3,7 +3,7 @@ import { getBackendSrv } from '@grafana/runtime';
import { ServiceAccountDTO } from 'app/types';
import { serviceAccountLoaded, serviceAccountsLoaded } from './reducers';
const BASE_URL = `/api/org/serviceaccounts`;
const BASE_URL = `/api/serviceaccounts`;
export function loadServiceAccount(id: number): ThunkResult<void> {
return async (dispatch) => {