Skip to content

Commit

Permalink
fix(local-env-testing): Provide docs for testing on local environment.
Browse files Browse the repository at this point in the history
Previously, by following the Local environment testing section in the development.md file, user faced an error during module enablement for tenant. This commit solves this error, by providing proper instructions to up and running tenant for local testing of the module, within the support for Consortium.

- refactor Local environment testing section in the development.md file
- provide 'Consortium support for Local environment testing' section in the development.md file

Closes MSEARCH-592
  • Loading branch information
GeloPakDev1 committed Mar 26, 2024
1 parent da0d8e1 commit a3bd339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/swagger.api/mod-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ paths:
$ref: './paths/browse-config/browse-type-browse-option-id.yaml'

components:
schemas:
sortOrder:
$ref: './schemas/entity/sortOrder.yaml'

responses:
unprocessableEntityResponse:
$ref: './responses/unprocessableEntityResponse.yaml'
Expand Down

0 comments on commit a3bd339

Please sign in to comment.