SR2 Cloud API
Previously used `param: int = Path()` this worked but was incorrect. Correct usage is `param: Annotated[int, Path()]` |
||
|---|---|---|
| .alembic | ||
| src | ||
| tests | ||
| .gitignore | ||
| alembic.ini | ||
| requirements.txt | ||
| uml.dbml | ||
Previously used `param: int = Path()` this worked but was incorrect. Correct usage is `param: Annotated[int, Path()]` |
||
|---|---|---|
| .alembic | ||
| src | ||
| tests | ||
| .gitignore | ||
| alembic.ini | ||
| requirements.txt | ||
| uml.dbml | ||