mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
[www] subroom data
This commit is contained in:
@@ -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),
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user