Skip to content

Commit

Permalink
Update webapp/src/Controller/API/JudgehostController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Oct 18, 2024
1 parent c424d21 commit fa3e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Controller/API/JudgehostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ private function getTestcaseFiles(string $id): array
)]
public function getJudgeTasksAction(Request $request): array
{
/*if (!$request->request->has('hostname')) {
if (!$request->request->has('hostname')) {
throw new BadRequestHttpException('Argument \'hostname\' is mandatory');
}
$hostname = $request->request->get('hostname');
Expand Down

0 comments on commit fa3e2ed

Please sign in to comment.