Skip to content

Commit

Permalink
update v3/companies
Browse files Browse the repository at this point in the history
  • Loading branch information
ale23yfm committed Jul 6, 2024
1 parent 4b88fb2 commit 96955e6
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions v3/companies/index.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?php
header("Access-Control-Allow-Origin: *");

/**
* @OA\Get(
* path="/v1/companies/", tags={"UI"},
* @OA\Parameter(
* in="query",
* name="count",
* @OA\Schema(
* type="string"),
* example="true"
* ),
* @OA\Response(response="200", description="Success")
* )
*/

$server = 'zimbor.go.ro';
$core = "jobs";

Expand Down Expand Up @@ -45,4 +31,5 @@
$results[$i] = $companies[$k];
}
echo json_encode($results);
?>

?>

0 comments on commit 96955e6

Please sign in to comment.