Ajout endpoints défis
This commit is contained in:
server/src
app.module.ts
challenge-actions
challenge-actions.controller.spec.tschallenge-actions.controller.tschallenge-actions.module.tschallenge-actions.service.spec.tschallenge-actions.service.ts
dto
entities
challenges
challenges.controller.spec.tschallenges.controller.tschallenges.module.tschallenges.service.spec.tschallenges.service.ts
dto
entities
common
geolocations
@ -1,5 +1,5 @@
|
||||
import { Type } from "class-transformer";
|
||||
import { IsNumber, IsOptional } from "class-validator";
|
||||
import { Type } from "class-transformer"
|
||||
import { IsNumber, IsOptional } from "class-validator"
|
||||
|
||||
export class UserFilterDto {
|
||||
@IsOptional()
|
||||
|
Reference in New Issue
Block a user