Implemented scan station creation

ref #67
This commit is contained in:
2021-01-07 18:39:38 +01:00
parent b9c0a32862
commit 2628f69651
2 changed files with 16 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import { Track } from '../entities/Track';
/**
* This classed is used to create a new StatsClient entity from a json body (post request).
*/
export class CreateStatsClient {
export class CreateScanStation {
/**
* The new client's description.
*/