Change release checker endpoint, update dependencies
This commit is contained in:
parent
5346938159
commit
5066032a55
2 changed files with 333 additions and 362 deletions
|
@ -145,7 +145,7 @@
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
try {
|
try {
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
'https://api.github.com/repos/btclock/btclock_v3/releases/latest'
|
'https://git.btclock.dev/api/v1/repos/btclock/btclock_v3/releases/latest'
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
|
|
Loading…
Reference in a new issue