mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 15:02:33 +08:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import { config } from '@grafana/runtime';
|
|
|
|
export const getAPINamespace = () => config.namespace;
|