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>
<th>Player Name</th>
<th>Nationality</th>
<th>Contract Start</th>
<th>Contract End</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>persons.name</td>
<td>persons.nationality</td>
<td>persons.contract.start</td>
<td>persons.contract.end</td>
<td>persons.position</td>
</tr>
</tbody>
</table>