mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export default eventHandler(async (event) => {
|
|
const { pathname } = getRouterParams(event)
|
|
|
|
return hubBlob().serve(event, pathname)
|
|
})
|