mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-28 00:16:01 +00:00
Fixed 403 in mix upload
This commit is contained in:
@@ -202,6 +202,7 @@ def upload_avatar_image(request):
|
||||
logger.exception("Error uploading avatar")
|
||||
return HttpResponse(_get_json("Failed"))
|
||||
|
||||
@csrf_exempt
|
||||
def upload_mix_file_handler(request):
|
||||
try:
|
||||
if 'Filedata' in request.FILES and 'upload-hash' in request.POST:
|
||||
|
||||
Reference in New Issue
Block a user