Add image functionalitly to frontend
This commit is contained in:
@@ -84,8 +84,6 @@ namespace MistoxWebsite.Server.Services.DatabaseService {
|
||||
return new FormFile(stream, 0, fileBytes.Length, "file", Guid.NewGuid().ToString()) {
|
||||
Headers = new HeaderDictionary()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user