Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +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)
}
@Post('/import/csv')
@Post('/runners/import/csv')
@ContentType("application/json")
@UseBefore(RawBodyMiddleware)
@ResponseSchema(ResponseRunner, { isArray: true })