4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-01-17 14:39:35 +01:00

Change mod information endpoint

This commit is contained in:
Quentin Legot 2024-08-31 22:46:28 +02:00
parent ede3c6bf62
commit 3850fa0254

View File

@ -20,7 +20,7 @@ export default class Minecraft {
auth = null
modsList = undefined
showNotification = undefined
modsInformationsEndpoint = 'https://launcher.altarik.fr'
modsInformationsEndpoint = 'https://launcher.altarik.fr/launcher.json'
setShowNotification (showNotification) {
this.showNotification = showNotification