debian-mirror-gitlab/app/assets/javascripts/registry/settings/stores/state.js
2020-01-01 13:55:28 +05:30

10 lines
207 B
JavaScript

export default () => ({
/*
* Help page path to generate the link
*/
helpPagePath: '',
/*
* Settings endpoint to call to fetch and update the settings
*/
registrySettingsEndpoint: '',
});