Skip to content

Commit a793366

Browse files
committed
Add Backend API repo url to lab_5_backend_api
1 parent 1533126 commit a793366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Labs/lab_5_backend_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The backend api is a Python FastAPI application that will expose endpoints for t
1313
Create a folder to house the backend api code. Open a terminal and navigate to the folder. Clone the backend repository.
1414

1515
```bash
16-
git clone <backend repo url>
16+
git clone https://github.com/solliancenet/cosmos-db-dev-guide-backend-app-python.git
1717
```
1818

1919
## Run the backend api locally

0 commit comments

Comments
 (0)