Marked csv import as not implemented
This commit is contained in:
parent
2e4a4f1661
commit
30952aa14f
@ -27,7 +27,6 @@ export class ImportController {
|
|||||||
@UseBefore(RawBodyMiddleware)
|
@UseBefore(RawBodyMiddleware)
|
||||||
@OpenAPI({ description: "Create new runners from csv" })
|
@OpenAPI({ description: "Create new runners from csv" })
|
||||||
postCSV(@Req() request: any) {
|
postCSV(@Req() request: any) {
|
||||||
console.log(request.rawBody.toString())
|
throw new Error("Not implemented yet.");
|
||||||
return request.rawBody.toString();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user