Correct license in script.js

This commit is contained in:
Nexus 2024-09-02 17:05:36 +01:00
parent 486d3090c4
commit cea9805dac

View file

@ -1,4 +1,4 @@
// This code is licensed under GNU GPLv3.
// This code is licensed under GNU AGPLv3.
const BASE_URL = "/api/appinfo";
var TS4_APP_ID = 1222670;
const APPID_REGEX = /#((http(s)?:\/\/store\.steampowered\.com\/app\/)?(?<appID>\d{4,10})(.*))/