Welcome to mirror list, hosted at ThFree Co, Russian Federation.

state.js « new « store « feature_flags « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56940925aa069d95adb0c2ff093b545a189aeb9c (plain)
1
2
3
4
5
6
export default ({ endpoint, path }) => ({
  endpoint,
  path,
  isSendingRequest: false,
  error: [],
});