We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e49ee7 commit b63fcc9Copy full SHA for b63fcc9
1 file changed
README.md
@@ -101,7 +101,7 @@ Same parameters as `/run_simulation` endpoint.
101
102
```bash
103
curl -N -X POST -H "Content-Type: application/json" -d '{}' \
104
- http://localhost:5000/run_simulation_stream
+ https://fns-api-cloud-run-787143541358.us-central1.run.app/run_simulation_stream
105
```
106
107
#### Example: Streaming with Custom Parameters
@@ -118,7 +118,7 @@ curl -N -X POST -H "Content-Type: application/json" \
118
"network": "NSFNet",
119
"bitrate": "fixed-rate"
120
}' \
121
-http://localhost:5000/run_simulation_stream
+https://fns-api-cloud-run-787143541358.us-central1.run.app/run_simulation_stream
122
123
124
#### Response Format
0 commit comments