Skip to content

Commit

Permalink
docs: Fixes swagger-ui documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
lamoglia authored and Romakita committed Sep 17, 2023
1 parent b20618e commit 66ddd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Some options are available to configure Swagger-ui, Ts.ED and the default spec i
| specPath | `${rootDir}/spec/swagger.base.json` | Load the base spec documentation from the specified path. |
| outFile | `${rootDir}/spec/swagger.json` | Write the `swagger.json` spec documentation on the specified path. |
| hidden | `true` | Hide the documentation in the dropdown explorer list. |
| options | Swagger-UI options | SwaggerUI options. See (https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/docs/configuration.md) |
| options | Swagger-UI options | SwaggerUI options. See (https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/configuration.md) |
| operationIdFormatter | `(name: string, propertyKey: string, path: string) => string` | A function to generate the operationId. |
| operationIdPattern | `%c_%m` | A pattern to generate the operationId. Format of operationId field (%c: class name, %m: method name). |
| pathPatterns | `[]` | Include only controllers whose paths match the pattern list provided. |
Expand Down

0 comments on commit 66ddd0d

Please sign in to comment.