fix path
This commit is contained in:
parent
441295aae4
commit
9aada985a9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export class ImportDataController extends Controller {
|
||||||
* @summary DEV_0 - upload EDU #
|
* @summary DEV_0 - upload EDU #
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Post("tab6/{id}")
|
@Post("upload")
|
||||||
@UseInterceptors(FileInterceptor("file"))
|
@UseInterceptors(FileInterceptor("file"))
|
||||||
async UploadUserDevelopemtById(
|
async UploadUserDevelopemtById(
|
||||||
@UploadedFile() file: Express.Multer.File,
|
@UploadedFile() file: Express.Multer.File,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue