tangled
alpha
login
or
join now
besaid.zone
/
tealfmbot
A discord bot for teal.fm
discord
tealfm
music
0
fork
atom
overview
issues
pulls
pipelines
remove index route
besaid.zone
1 week ago
e93488a3
c1b7cf90
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
1/2
lint.yml
success
47s
typecheck.yml
failed
51s
options
unified
split
Changed files
-4
apps
web
index.ts
-4
apps/web/index.ts
···
28
28
await next();
29
29
});
30
30
31
31
-
app.get("/", (c) => {
32
32
-
return c.text("yo!!");
33
33
-
});
34
34
-
35
31
app.get("/dashboard", async (c) => {
36
32
const agent = await getSessionAgent(c);
37
33
if (agent?.assertAuthenticated()) {