Skip to content

Commit 01b98f7

Browse files
committed
chore(fortuna) Add server tag in OpenAPI
1 parent 59f1019 commit 01b98f7

File tree

1 file changed

+4
-0
lines changed
  • apps/fortuna/src/command

1 file changed

+4
-0
lines changed

apps/fortuna/src/command/run.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ pub async fn run_api(
5151
),
5252
tags(
5353
(name = "fortuna", description = "Random number service for the Pyth Entropy protocol")
54+
),
55+
servers(
56+
(url = "https://fortuna.dourolabs.app", description = "Default Provider for mainnet chains"),
57+
(url = "https://fortuna-staging.dourolabs.app", description = "Default Provider for testnet chains")
5458
)
5559
)]
5660
struct ApiDoc;

0 commit comments

Comments
 (0)