mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2026-06-04 06:25:50 +00:00
update scalar config to use @scalar/types
This commit is contained in:
+1
-4
@@ -1,7 +1,5 @@
|
||||
import { Elysia, InternalRoute } from 'elysia'
|
||||
import { Elysia } from 'elysia'
|
||||
import { swagger } from '../src/index'
|
||||
import { plugin } from './plugin'
|
||||
import { registerSchemaPath } from '../src/utils'
|
||||
|
||||
const app = new Elysia()
|
||||
.use(
|
||||
@@ -39,6 +37,5 @@ const app = new Elysia()
|
||||
}
|
||||
})
|
||||
)
|
||||
// .use(plugin)
|
||||
.get('/id/:id?', 'a')
|
||||
.listen(3000)
|
||||
|
||||
Reference in New Issue
Block a user