Fix versions url

This commit is contained in:
2025-11-03 11:40:42 -07:00
parent fdcaf6a137
commit 6734b47d71

View File

@@ -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 {