everydaycats commited on
Commit
430c534
·
verified ·
1 Parent(s): 301580e

Update apps/trend_cat.js

Browse files
Files changed (1) hide show
  1. 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('/viralcat/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>
 
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>