We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c0ced commit 735caf9Copy full SHA for 735caf9
examples/getting_started/app.py
@@ -41,7 +41,7 @@
41
-d '{}' \
42
-H "Authorization: Bearer $DISPATCH_API_KEY" \
43
-H "Content-Type: application/json" \
44
- https://api.stealthrocket.cloud/dispatch.v1.SigningKeyService/CreateSigningKey | \
+ https://api.dispatch.run/dispatch.v1.SigningKeyService/CreateSigningKey | \
45
jq -r .key.asymmetricKey.publicKey`"
46
47
2. Start the server:
src/dispatch/client.py
@@ -15,7 +15,7 @@
15
logger = logging.getLogger(__name__)
16
17
18
-DEFAULT_API_URL = "https://api.stealthrocket.cloud"
+DEFAULT_API_URL = "https://api.dispatch.run"
19
20
21
class Client:
0 commit comments