Skip to content

Commit

Permalink
feat: config pre-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 committed Mar 21, 2024
1 parent c12e13c commit 23c4029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardware/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class ServiceHardware {

async getReleaseInfo() {
const { data } = await axios.get<RemoteConfigResponse>(
`https://data.onekey.so/config.json?noCache=${new Date().getTime()}`
`https://data.onekey.so/pre-config.json?noCache=${new Date().getTime()}`
);

const deviceMap = {
Expand Down

0 comments on commit 23c4029

Please sign in to comment.