mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-02-03 20:47:49 +01:00
Working on arthome
This commit is contained in:
5
server/routes/images/[...pathname].ts
Normal file
5
server/routes/images/[...pathname].ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default eventHandler(async (event) => {
|
||||
const { pathname } = getRouterParams(event)
|
||||
|
||||
return hubBlob().serve(event, pathname)
|
||||
})
|
||||
Reference in New Issue
Block a user