Skip to content

Commit b63fcc9

Browse files
committed
Fix streaming endpoint URLs in README.md
Changed localhost:5000 URLs to the correct cloud deployment URL for the streaming endpoint examples.
1 parent 7e49ee7 commit b63fcc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Same parameters as `/run_simulation` endpoint.
101101

102102
```bash
103103
curl -N -X POST -H "Content-Type: application/json" -d '{}' \
104-
http://localhost:5000/run_simulation_stream
104+
https://fns-api-cloud-run-787143541358.us-central1.run.app/run_simulation_stream
105105
```
106106

107107
#### Example: Streaming with Custom Parameters
@@ -118,7 +118,7 @@ curl -N -X POST -H "Content-Type: application/json" \
118118
"network": "NSFNet",
119119
"bitrate": "fixed-rate"
120120
}' \
121-
http://localhost:5000/run_simulation_stream
121+
https://fns-api-cloud-run-787143541358.us-central1.run.app/run_simulation_stream
122122
```
123123

124124
#### Response Format

0 commit comments

Comments
 (0)