Skip to content

Commit ce37342

Browse files
committed
actually fix the links
1 parent 78cab34 commit ce37342

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ The following 'Recipes' are used:
1515

1616
## Report Endpoints
1717

18-
### [http://localhost/reports/student](http://localhost/reports/student)
18+
### [http://localhost:3333/reports/student](http://localhost:3333/reports/student)
1919

2020
- DocX
2121
- [Playground Link](https://playground.jsreport.net/w/admin/d7o0nIWc)
2222

23-
### [http://localhost/reports/invoice](http://localhost/reports/invoice)
23+
### [http://localhost:3333/reports/invoice](http://localhost:3333/reports/invoice)
2424

2525
- DocX
2626
- [Playground Link](https://playground.jsreport.net/w/admin/yo9J3hvu)
2727

28-
### [http://localhost/reports/invoice-xlsx](http://localhost/reports/invoice-xlsx)
28+
### [http://localhost:3333/reports/invoice-xlsx](http://localhost:3333/reports/invoice-xlsx)
2929

3030
- Xlsx
3131
- [Playground Link](https://playground.jsreport.net/w/admin/Lh8Kjc~f)
3232

33-
### [http://localhost/reports/population](http://localhost/reports/population)
33+
### [http://localhost:3333/reports/population](http://localhost:3333/reports/population)
3434

3535
- Xlsx
3636
- [Playground Link](https://playground.jsreport.net/w/admin/V71OgRWt)
3737

38-
### [http://localhost/reports/html-to-xlsx](http://localhost/reports/html-to-xlsx)
38+
### [http://localhost:3333/reports/html-to-xlsx](http://localhost:3333/reports/html-to-xlsx)
3939

4040
- Html-to-Xlsx
4141
- [Playground Link](https://playground.jsreport.net/w/admin/h45L49Dp)
4242

43-
### [http://localhost/reports/ticket](http://localhost/reports/ticket)
43+
### [http://localhost:3333/reports/ticket](http://localhost:3333/reports/ticket)
4444

4545
- Chrome PDF
4646
- [Playground Link](https://playground.jsreport.net/w/admin/ms2EkdfI)
@@ -51,7 +51,7 @@ DocX
5151
Chrome PDF (html-to-pdf using headless chromium)
5252
Xlsx
5353

54-
All endpoints except for `flight-ticket` endpoint will generate a PDF (instead of .docx or .xlsx) with the query `pdf=1` (i.e, http://localhost/reports/invoice?pdf=1)
54+
All endpoints except for `flight-ticket` endpoint will generate a PDF (instead of .docx or .xlsx) with the query `pdf=1` (i.e, http://localhost:3333/reports/invoice?pdf=1)
5555

5656
## Why do this?
5757

0 commit comments

Comments
 (0)