Skip to content

Commit 4855359

Browse files
committed
Comment line was edited
1 parent baa3b8d commit 4855359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export interface ElysiaSwaggerConfig<Path extends string = '/swagger'> {
2222
*/
2323
provider?: 'scalar' | 'swagger-ui'
2424
/**
25-
* Choose your provider, Scalar or Swagger UI
25+
* Base route for framework integrations
2626
*
27-
* @default 'scalar'
27+
* @default '/'
2828
* @see https://github.com/scalar/scalar
2929
* @see https://github.com/swagger-api/swagger-ui
3030
*/

0 commit comments

Comments
 (0)