mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
refactor: rpc url to a generic url
This commit is contained in:
@@ -33,7 +33,9 @@ let currentTick = 1;
|
||||
|
||||
const gameExecutables = (
|
||||
await axios
|
||||
.get(import.meta.env.MAIN_VITE_RPC_GAME_EXECUTABLES_URL)
|
||||
.get(
|
||||
import.meta.env.MAIN_VITE_EXTERNAL_RESOURCES + "/game-executables.json"
|
||||
)
|
||||
.catch(() => {
|
||||
return { data: {} };
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user