diff options
| author | adamdottv <[email protected]> | 2025-07-10 09:53:18 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-07-10 10:06:51 -0500 |
| commit | ce4cb820f72591d58ea78d1c0d955a7ca50a0217 (patch) | |
| tree | eaf4d26f01c7bd6f4c737cabfd6484ab5abd3401 /scripts/stainless | |
| parent | ba5be6b6257ea06302db70e3f706e0e29359a77d (diff) | |
| download | opencode-ce4cb820f72591d58ea78d1c0d955a7ca50a0217.tar.gz opencode-ce4cb820f72591d58ea78d1c0d955a7ca50a0217.zip | |
feat(tui): modes
Diffstat (limited to 'scripts/stainless')
| -rwxr-xr-x | scripts/stainless | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/stainless b/scripts/stainless index dae9016f3..6554268fe 100755 --- a/scripts/stainless +++ b/scripts/stainless @@ -9,8 +9,8 @@ SERVER_PID=$! echo "Waiting for server to start..." sleep 3 -echo "Fetching OpenAPI spec from http://localhost:4096/doc..." -curl -s http://localhost:4096/doc > openapi.json +echo "Fetching OpenAPI spec from http://127.0.0.1:4096/doc..." +curl -s http://127.0.0.1:4096/doc > openapi.json echo "Stopping server..." kill $SERVER_PID |
