Auth for everything (and everything auth) #6 #35

Merged
philipp merged 39 commits from feature/6-api_auth into dev 2020-12-18 21:53:18 +00:00
Showing only changes of commit 388fc6ba6a - Show all commits

View File

@ -15,7 +15,7 @@ export abstract class ResponseParticipant {
* Autogenerated unique id (primary key).
*/
@IsInt()
id: number;;
id: number;
/**
* The participant's first name.