Skip to content

Commit 1826e4b

Browse files
committed
Revert "Reapply "fix t.Files() upload from server side elysiajs#124""
This reverts commit 239443a.
1 parent 239443a commit 1826e4b

File tree

6 files changed

+1035
-1166
lines changed

6 files changed

+1035
-1166
lines changed

example/b.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Elysia } from 'elysia'
22
import { treaty } from '../src'
33

44
const app = new Elysia().get('/', () => ({
5-
a: Bun.file('./test/public/kyuukurarin.mp4')
5+
a: Bun.file('./test/kyuukurarin.mp4')
66
}))
77

88
const api = treaty(app)

0 commit comments

Comments
 (0)