mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
fix: remove migrated, and /org endpoint (#44788)
* fix: remove migrated, and /org endpoint * Update pkg/api/index.go
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user