Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanknights authored Jul 12, 2024
1 parent a7deedf commit 7432009
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 @@ -55,7 +55,7 @@ CREATE TABLE on_your_market_prices (
);
```

## Outward API
## API
The FastAPI framework is used to setup endpoints (see `src/fastAPI_app/app.py`) for consuming historical asset value's from the database:
`requests.get('http://127.0.0.1:8000/get_stocks_data')`

Expand Down

0 comments on commit 7432009

Please sign in to comment.