Skip to content

Commit 9f450f1

Browse files
committed
fix: update getRemoteConfig to fetch from the correct config file path
1 parent dfe822b commit 9f450f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/remoteConfig/api/getRemoteConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useRemoteConfigStore } from '../stores/remoteConfig'
55
import { RemoteConfig } from '../types'
66

77
const getRemoteConfig = async (): Promise<RemoteConfig> => {
8-
return axios.get('/data/remoteConfiguration.json')
8+
return axios.get('/data/config.json')
99
}
1010

1111
type QueryFnType = typeof getRemoteConfig

0 commit comments

Comments
 (0)