mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
do some backend stuff that needs to be touched later again!!
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
90170a1107
commit
c4a66ba671
37 changed files with 189 additions and 1063 deletions
|
@ -6,7 +6,7 @@
|
|||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { IsBoolean, IsString } from 'class-validator';
|
||||
|
||||
import { BaseDto } from '../utils/base.dto.';
|
||||
import { BaseDto } from '../utils/base.dto';
|
||||
|
||||
export class AliasDto extends BaseDto {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue