Add GHOST to position list
This commit is contained in:
parent
c9655b8266
commit
523b0a760e
@ -18,7 +18,7 @@ router = APIRouter(
|
||||
tags=['plays']
|
||||
)
|
||||
|
||||
POS_LIST = Literal['C', '1B', '2B', '3B', 'SS', 'LF', 'CF', 'RF', 'P', 'DH', 'PH', 'PR']
|
||||
POS_LIST = Literal['C', '1B', '2B', '3B', 'SS', 'LF', 'CF', 'RF', 'P', 'DH', 'PH', 'PR', 'GHOST']
|
||||
|
||||
|
||||
class PlayModel(BaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user