Spaces:
Running
Running
Update apps/trend_cat.js
Browse files- apps/trend_cat.js +1 -1
apps/trend_cat.js
CHANGED
|
@@ -132,7 +132,7 @@ router.post('/rate', async (req, res) => {
|
|
| 132 |
|
| 133 |
|
| 134 |
// ── 4. ADMIN DASHBOARD (EMBEDDED HTML) ──
|
| 135 |
-
router.get('/
|
| 136 |
// A sleek dashboard to upload new viral templates to the DB and view app usage
|
| 137 |
const html = `
|
| 138 |
<!DOCTYPE html>
|
|
|
|
| 132 |
|
| 133 |
|
| 134 |
// ── 4. ADMIN DASHBOARD (EMBEDDED HTML) ──
|
| 135 |
+
router.get('/admin', adminAuth, (req, res) => {
|
| 136 |
// A sleek dashboard to upload new viral templates to the DB and view app usage
|
| 137 |
const html = `
|
| 138 |
<!DOCTYPE html>
|