Skip to content

Commit 735caf9

Browse files
migrate from stealthrocket.cloud to dispatch.run
Signed-off-by: Achille Roussel <[email protected]>
1 parent 78c0ced commit 735caf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/getting_started/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
-d '{}' \
4242
-H "Authorization: Bearer $DISPATCH_API_KEY" \
4343
-H "Content-Type: application/json" \
44-
https://api.stealthrocket.cloud/dispatch.v1.SigningKeyService/CreateSigningKey | \
44+
https://api.dispatch.run/dispatch.v1.SigningKeyService/CreateSigningKey | \
4545
jq -r .key.asymmetricKey.publicKey`"
4646
4747
2. Start the server:

src/dispatch/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger = logging.getLogger(__name__)
1616

1717

18-
DEFAULT_API_URL = "https://api.stealthrocket.cloud"
18+
DEFAULT_API_URL = "https://api.dispatch.run"
1919

2020

2121
class Client:

0 commit comments

Comments
 (0)