A discord bot for teal.fm
discord tealfm music

remove index route

besaid.zone e93488a3 c1b7cf90

verified
Changed files
-4
apps
web
-4
apps/web/index.ts
··· 28 28 await next(); 29 29 }); 30 30 31 - app.get("/", (c) => { 32 - return c.text("yo!!"); 33 - }); 34 - 35 31 app.get("/dashboard", async (c) => { 36 32 const agent = await getSessionAgent(c); 37 33 if (agent?.assertAuthenticated()) {