Skip to content

Commit

Permalink
fix(movies/api/movies-routes): fix OpenAPI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devrrior committed Oct 20, 2022
1 parent 90eaa99 commit d7dfa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/movies/api/movies-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (app: core.Express) {

/**
* @openapi
* '/api/movies/{qty}':
* '/movies/{qty}':
* get:
* tags:
* - Movies
Expand Down

0 comments on commit d7dfa44

Please sign in to comment.