Skip to content

Commit

Permalink
Fix broken return
Browse files Browse the repository at this point in the history
  • Loading branch information
Terence Eden committed Jul 2, 2024
1 parent a480864 commit 780c1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/Controller/UploadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public function upload(Request $request) {
Response::HTTP_UNSUPPORTED_MEDIA_TYPE,
["content-type" => "text/html"]
);
return $response;
}
}

Expand Down

0 comments on commit 780c1b2

Please sign in to comment.