Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Jul 6, 2024
1 parent 4d0e340 commit 46c5229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A simple FIFO API Gateway for managing API calls, storing them in MySQL, and pro
- Save Yahoo Finance API Call
```bash
curl -X POST http://localhost:8000/api/save -H "Content-Type: application/json" -d '{"data": "{\"headers\": {\"Accept\":
curl -k -X POST https://localhost:5000/api/save -H "Content-Type: application/json" -d '{"data": "{\"headers\": {\"Accept\":
\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\", \"url\":
\"https://query1.finance.yahoo.com/v8/finance/chart/AAPL?interval=1d\"}}"}'
{"status":"success"}
Expand Down

0 comments on commit 46c5229

Please sign in to comment.