mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
@@ -18,6 +18,7 @@ import {
|
||||
postAuthForm,
|
||||
readAuthError,
|
||||
roomsBase,
|
||||
storageBase,
|
||||
} from './upstream'
|
||||
|
||||
import type { App } from './context'
|
||||
@@ -71,6 +72,7 @@ const app = new Hono<App>()
|
||||
notify: notifyBase(c.env),
|
||||
rooms: roomsBase(c.env),
|
||||
cdn: cdnBase(c.env),
|
||||
storage: storageBase(c.env),
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user