Fixxed missing plural

ref #13
This commit is contained in:
Nicolai Ort 2020-12-09 16:10:56 +01:00
parent 65b2399eaa
commit 4df63a8cc0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { RunnerController } from './RunnerController';
import { RunnerTeamController } from './RunnerTeamController';
@JsonController('/organisation')
@JsonController('/organisations')
//@Authorized('RUNNERS:read')
export class RunnerOrganisationController {
private runnerOrganisationRepository: Repository<RunnerOrganisation>;