We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe822b commit 9f450f1Copy full SHA for 9f450f1
1 file changed
src/features/remoteConfig/api/getRemoteConfig.ts
@@ -5,7 +5,7 @@ import { useRemoteConfigStore } from '../stores/remoteConfig'
5
import { RemoteConfig } from '../types'
6
7
const getRemoteConfig = async (): Promise<RemoteConfig> => {
8
- return axios.get('/data/remoteConfiguration.json')
+ return axios.get('/data/config.json')
9
}
10
11
type QueryFnType = typeof getRemoteConfig
0 commit comments