From ce4cb820f72591d58ea78d1c0d955a7ca50a0217 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:53:18 -0500 Subject: feat(tui): modes --- scripts/stainless | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3