Fixed path
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Nicolai Ort 2020-12-17 19:27:38 +01:00
parent 15ed9f58d5
commit c90f9f1dd4

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 })