player-info API routes start

This commit is contained in:
Aviral
2024-04-11 09:19:19 -06:00
parent fb72f30ec4
commit b74601d364

View File

@@ -5,16 +5,14 @@
<tr> <tr>
<th>Player Name</th> <th>Player Name</th>
<th>Nationality</th> <th>Nationality</th>
<th>Contract Start</th> <th>Position</th>
<th>Contract End</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>persons.name</td> <td>persons.name</td>
<td>persons.nationality</td> <td>persons.nationality</td>
<td>persons.contract.start</td> <td>persons.position</td>
<td>persons.contract.end</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>