Add a S3 Path to the routes
This commit is contained in:
parent
a82a47d189
commit
37f3ff92d0
1 changed files with 7 additions and 0 deletions
7
src/routes/s3/index.ts
Normal file
7
src/routes/s3/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { pogo } from "../../../deps.ts"
|
||||
import S3Files from "../../s3.generated.ts"
|
||||
|
||||
export const method = ['*']
|
||||
export const handler = (r, h: pogo.Response) => {
|
||||
return S3Files
|
||||
}
|
Loading…
Add table
Reference in a new issue