Commit a86138a3 authored by Diego Iván's avatar Diego Iván
Browse files

cambiando url

parent 6b4e9a6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ export class PointOfInterestController {
  @ApiConsumes('multipart/form-data')
  @Roles(ADMIN_ROLES)
  @ApiBearerAuth('jwt')
  @Post()
  @Post('point')
  @UseInterceptors(fileInterceptor('image', 'static/points/', ['.jpg', '.jpeg', '.png']))
  async create(@UploadedFile(new FileValidationPipe()) file, @Body() createActivityDto: CreatePointAndTradDto) {
    try {