Compare commits

..

No commits in common. "381ce9c8282d647f3729b6928c4844a12eb7b06b" and "34fa94ea4f896ad17b6a8759f61ecb7fba095d53" have entirely different histories.

View File

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