Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 996cf76

Browse files
docs: fix typo in swagger docs
The `Multiple specifications` in the swagger section invite to the user to navigate to the `http://localhost:3000/api/docs` to see the SwaggerUI for the Dogs endpoint but the right url is `http://localhost:3000/api/dogs`.
1 parent 996066a commit 996cf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/app/homepage/pages/recipes/swagger/swagger.component.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h4>Multiple specifications</h4>
113113
</p>
114114
<figure><img src="/assets/swagger-cats.png" /></figure>
115115
<p>
116-
While <code>http://localhost:3000/api/docs</code> will expose a SwaggerUI for your Dogs:
116+
While <code>http://localhost:3000/api/dogs</code> will expose a SwaggerUI for your Dogs:
117117
</p>
118118
<figure><img src="/assets/swagger-dogs.png" /></figure>
119119
<blockquote class="warning">
@@ -330,4 +330,4 @@ <h4>Decorators</h4>
330330
<p>
331331
A working example is available <a href="https://github.com/nestjs/nest/tree/master/sample/11-swagger" target="blank">here</a>.
332332
</p>
333-
</div>
333+
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /