feat: api upload car img (#88)

This commit is contained in:
RustamRu
2025-02-22 18:56:37 +03:00
committed by ilnaz
parent 91fc91230b
commit ecf6c60cdc
7 changed files with 58 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
{
"success": false,
"error": "Invalid car image file size. Limit is 5MB"
}

View File

@@ -0,0 +1,4 @@
{
"success": false,
"error": "Invalid car image file type. Allowed types: jpg, png"
}

View File

@@ -0,0 +1,3 @@
{
"success": true
}