Runner import #33

Merged
niggl merged 16 commits from feature/22-runner_import into dev 2020-12-18 13:24:52 +00:00
Showing only changes of commit c90f9f1dd4 - Show all commits

View File

@ -55,7 +55,7 @@ export class ImportController {
return await this.postJSON(importRunners, id) return await this.postJSON(importRunners, id)
} }
@Post('/import/csv') @Post('/runners/import/csv')
@ContentType("application/json") @ContentType("application/json")
@UseBefore(RawBodyMiddleware) @UseBefore(RawBodyMiddleware)
@ResponseSchema(ResponseRunner, { isArray: true }) @ResponseSchema(ResponseRunner, { isArray: true })