Added comments

ref #5
This commit is contained in:
2021-02-05 22:02:26 +01:00
parent f833ae222e
commit cd51e78282
2 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ import { Get, JsonController } from 'routing-controllers';
import { OpenAPI } from 'routing-controllers-openapi';
import { config } from '../config';
/**
* The statuscontroller provides simple endpoints concerning basic information about the server.
*/
@JsonController()
export class StatusController {
@Get('/version')