Skip to content

Commit b84340f

Browse files
JoleVLFJoleVLF
andauthored
Url (#31)
* Readme update * Patch url * Patch url --------- Co-authored-by: JoleVLF <Jovan@DESKTOP-JTIACNO>
1 parent f1f9675 commit b84340f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docker compose up
5151

5252
The application will be served on http://127.0.0.1:8009 (I.E. typing localhost/docs in your browser will load the swagger documentation)
5353

54-
Full list of APIs available you can check [here](https://editor-next.swagger.io/?url=https://gist.githubusercontent.com/JoleVLF/b1bcdd77ac82aeb115a6c94fb3dadbdc/raw/4ce7fea5b022142002d0dfebcd2156a3e408fbe4/api.json)
54+
Full list of APIs available you can check [here](https://editor-next.swagger.io/?url=https://gist.githubusercontent.com/JoleVLF/b1bcdd77ac82aeb115a6c94fb3dadbdc/raw/32df1d94947b67dcc70f730a629d7c91161e532f/api.json)
5555
# Documentation
5656
<h3>GET</h3>
5757

app/api/api_v1/endpoints/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
router = APIRouter()
2424

2525

26-
@router.get("{report_id}", response_class=FileResponse)
26+
@router.get("/{report_id}", response_class=FileResponse)
2727
def retrieve_generated_pdf(
2828
report_id: str,
2929
token=Depends(deps.get_current_user),

0 commit comments

Comments
 (0)