forked from nestjs/docs.nestjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 996cf76
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- src/app/homepage/pages/recipes/swagger
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | - | ||
116 | + | ||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | - | ||
333 | + | ||
0 commit comments