🎉 feat: 0.3.0-beta.0

This commit is contained in:
saltyaom
2023-02-25 23:55:07 +07:00
parent 2ca1afc230
commit 8341fd6e57
7 changed files with 142 additions and 56 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { swagger } from '../src'
import { describe, expect, it } from 'bun:test'
const req = (path: string) => new Request(path)
const req = (path: string) => new Request(`http://localhost${path}`)
describe('Swagger', () => {
it('redirect to Swagger page', async () => {