Skip to content

[NodeJS] nodejs-express-server fix /api-docs path#6977

Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom
kmturley:master
Jul 20, 2020
Merged

[NodeJS] nodejs-express-server fix /api-docs path#6977
wing328 merged 1 commit intoOpenAPITools:masterfrom
kmturley:master

Conversation

@kmturley
Copy link
Copy Markdown
Contributor

@kmturley kmturley commented Jul 17, 2020

Fixes #6976
[BUG][NODEJS] nodejs-express-server API docs path mapping inconsistencies

Updated /api-doc to /api-docs to be consistent with README.md instructions with other generators.

PR checklist

  • Read the contribution guidelines.
  • If contributing template-only or documentation-only changes which will change sample output, build the project beforehand.
  • Run the shell script ./bin/generate-samples.sh to update all Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/config/java*. For Windows users, please run the script in Git BASH.
  • File the PR against the correct branch: master
  • Copy the technical committee to review the pull request if your PR is targeting a particular programming language.

@CodeNinjai (2017/07) @frol (2017/07) @cliffano (2017/07)

@wing328
Copy link
Copy Markdown
Member

wing328 commented Jul 20, 2020

CircleCI failure already fixed in the master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG][NODEJS] nodejs-express-server API docs path mapping inconsistencies

2 participants