Skip to content

Commit ddd4362

Browse files
author
Compey
authored
🚑 Fix raw versions api endpoint uri in update fetcher
1 parent a1a81c3 commit ddd4362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const axios = require('axios')
2-
const versions = 'https://updates-server-two.vercel.app/api'
2+
const versions = 'https://updates-server-two.vercel.app/api/fetch'
33
const beta = 'https://updates-server-two.vercel.app/api/beta'
44
const nightly = 'https://updates-server-two.vercel.app/api/nightly'
55
const stable = 'https://updates-server-two.vercel.app/api/stable'

0 commit comments

Comments
 (0)