Fix versions url
This commit is contained in:
@@ -184,7 +184,7 @@ export default function RootLayout ({
|
|||||||
setLoadingText('Downloading version list...')
|
setLoadingText('Downloading version list...')
|
||||||
try {
|
try {
|
||||||
const res = await axios.get(
|
const res = await axios.get(
|
||||||
`http://localhost:3342/launcher/versions?platform=${platform()}&arch=${arch()}`
|
`https://games.lncvrt.xyz/api/launcher/versions?platform=${platform()}&arch=${arch()}`
|
||||||
)
|
)
|
||||||
setServerVersionList(res.data)
|
setServerVersionList(res.data)
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user