database admin yay

This commit is contained in:
legop3
2026-06-28 20:17:58 -04:00
parent 5fca14bef5
commit 78fc891cb9
16 changed files with 851 additions and 21 deletions
@@ -4,7 +4,7 @@
const { app } = require('../../globals/http');
const { renderIndexHtml, renderOgImage } = require('../embedService');
app.get(['/', '/spectate', '/mini', '/display', '/scanner'], async (req, res) => {
app.get(['/', '/spectate', '/mini', '/display', '/scanner', '/database'], async (req, res) => {
try {
const html = await renderIndexHtml(req);
res.type('html').send(html);