player-info API routes start
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user