Updated imports

ref #76
This commit is contained in:
2021-01-10 16:23:09 +01:00
parent 3bc172e7e0
commit a00231dd3c
44 changed files with 131 additions and 131 deletions

View File

@@ -2,7 +2,7 @@ import * as argon2 from "argon2";
import { IsOptional, IsString } from 'class-validator';
import crypto from 'crypto';
import * as uuid from 'uuid';
import { StatsClient } from '../entities/StatsClient';
import { StatsClient } from '../../entities/StatsClient';
/**
* This classed is used to create a new StatsClient entity from a json body (post request).