Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cutls committed Jun 9, 2024
1 parent bf603f5 commit 2c959fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/Update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default ({ version }: { version: string }) => {
console.log(version)
const fn = async () => {
if (!version) return
const url = 'http://localhost:4000/ver.next.json'
const url = 'https://thedesk.top/ver.next.json'
const api = await fetch(url)
const json = await api.json()
console.log(json.semanticVersion, version)
Expand Down

0 comments on commit 2c959fc

Please sign in to comment.