mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
export const API_ROOT = '/api/plugins';
|
|
export const INSTANCE_API_ROOT = '/api/instance';
|
|
export const GCOM_API_ROOT = '/api/gnet';
|
|
|
|
// Used for prefixing the Redux actions
|
|
export const STATE_PREFIX = 'plugins';
|