forgot to add route rerouter

This commit is contained in:
legop3
2026-06-08 20:56:08 -04:00
parent 7d41e0ae11
commit 58029fd3a1
@@ -4,7 +4,7 @@
const { app } = require('../../globals/http');
const { renderIndexHtml, renderOgImage } = require('../embedService');
app.get(['/', '/spectate', '/mini'], async (req, res) => {
app.get(['/', '/spectate', '/mini', '/display'], async (req, res) => {
try {
const html = await renderIndexHtml(req);
res.type('html').send(html);