mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 07:01:27 -07:00
[www] add basic room list
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
notifyBase,
|
||||
postAuthForm,
|
||||
readAuthError,
|
||||
roomsBase,
|
||||
} from './upstream'
|
||||
|
||||
import type { App } from './context'
|
||||
@@ -67,6 +68,7 @@ const app = new Hono<App>()
|
||||
api: apiBase(c.env),
|
||||
img: imgBase(c.env),
|
||||
notify: notifyBase(c.env),
|
||||
rooms: roomsBase(c.env),
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user