File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/typescript-nestjs-server
samples/server/petstore/typescript-nestjs-server/builds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ You now can regenerate the API module as often as you want without overriding yo
6464
6565## Using Cookie parameters
6666
67- In order for cookie parameters to work, the the framework specific cookie middleware must be enabled.
67+ In order for cookie parameters to work, the framework specific cookie middleware must be enabled.
6868
69- For Express, the ` cookie - parser ` middleware must be installed and enabled.
69+ For Express, the [ cookie-parser](https://www.npmjs.com/package/cookie-parser) middleware must be installed and enabled.
7070
7171` ` `
7272npm install cookie - parser
Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ You now can regenerate the API module as often as you want without overriding yo
6464
6565## Using Cookie parameters
6666
67- In order for cookie parameters to work, the the framework specific cookie middleware must be enabled.
67+ In order for cookie parameters to work, the framework specific cookie middleware must be enabled.
6868
69- For Express, the ` cookie - parser ` middleware must be installed and enabled.
69+ For Express, the [ cookie-parser](https://www.npmjs.com/package/cookie-parser) middleware must be installed and enabled.
7070
7171` ` `
7272npm install cookie - parser
Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ You now can regenerate the API module as often as you want without overriding yo
6464
6565## Using Cookie parameters
6666
67- In order for cookie parameters to work, the the framework specific cookie middleware must be enabled.
67+ In order for cookie parameters to work, the framework specific cookie middleware must be enabled.
6868
69- For Express, the ` cookie - parser ` middleware must be installed and enabled.
69+ For Express, the [ cookie-parser](https://www.npmjs.com/package/cookie-parser) middleware must be installed and enabled.
7070
7171` ` `
7272npm install cookie - parser
You can’t perform that action at this time.
0 commit comments