Sha256: 896a94ae620a5188fefdb2df33f7c0e11f867e89e8426746e117adc1f9708229
Contents?: true
Size: 423 Bytes
Versions: 80
Compression:
Stored size: 423 Bytes
Contents
import { API_OPERATIONS, get } from 'foremanReact/redux/API'; import api, { orgId } from '../../../../services/api'; import { ENVIRONMENT_PATHS_KEY } from './EnvironmentPathConstants'; const getEnvironmentPaths = () => get({ type: API_OPERATIONS.GET, key: ENVIRONMENT_PATHS_KEY, url: api.getApiUrl(`/organizations/${orgId()}/environments/paths?permission_type=promotable`), }); export default getEnvironmentPaths;
Version data entries
80 entries across 80 versions & 1 rubygems