fix games
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ api(app);
|
||||
app.get('/cdn/*', cors({
|
||||
origin: false
|
||||
}), async (req, res, next) => {
|
||||
const reqTarget = req.path.startsWith('/cdn/3kh0/') ? `https://codeberg.org/derpman/echo/raw/branch/main/${req.path.replace('/cdn/3kh0/', '')}` : `https://raw.githubusercontent.com/Skoolgq/Polaris-Assets/main/${req.path.replace('/cdn/', '')}`;
|
||||
const reqTarget = req.path.startsWith('/cdn/3kh0/') ? `https://player.work/${req.path.replace('/cdn/3kh0/', '')}` : `https://raw.githubusercontent.com/Skoolgq/Polaris-Assets/main/${req.path.replace('/cdn/', '')}`;
|
||||
|
||||
const asset = await fetch(reqTarget);
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"date": "2/20/2024",
|
||||
"simpleDescription": "Fixed Lots of games"
|
||||
},
|
||||
{
|
||||
"date": "2/16/2024",
|
||||
"simpleDescription": "Fixed Roblox"
|
||||
|
||||
@@ -441,7 +441,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Roblox",
|
||||
"target": "https://now.gg/play/roblox-corporation/5349/roblox",
|
||||
"target": "https://nowgg.nl/play/roblox-corporation/5349/roblox",
|
||||
"image": "/cdn/images/roblox.png",
|
||||
"popular": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user