Skip to content

Commit

Permalink
fix symbol name of video to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Jul 26, 2024
1 parent 7240a22 commit 6b27cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ProductVideoController {
},
},
})
@Post('/image')
@Post('/upload')
@HttpCode(HttpStatus.OK)
async uploadImage(
@GetUser() user: User,
Expand Down

0 comments on commit 6b27cdd

Please sign in to comment.