[www] subroom data

This commit is contained in:
Devin Zuczek
2026-08-10 14:10:20 -04:00
parent 30cf83a47d
commit e564d3c839
5 changed files with 179 additions and 9 deletions
+2
View File
@@ -12,6 +12,7 @@ import {
accountsBase,
apiBase,
authBase,
cdnBase,
imgBase,
notifyBase,
postAuthForm,
@@ -69,6 +70,7 @@ const app = new Hono<App>()
img: imgBase(c.env),
notify: notifyBase(c.env),
rooms: roomsBase(c.env),
cdn: cdnBase(c.env),
},
})
})