Skip to content

Commit

Permalink
added stage and dev URL
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Jan 20, 2025
1 parent ea138a7 commit a6256cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typespec/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ using TypeSpec.Versioning;
@service({
title: "Wave service"
})
@server("https://wave.seqera.io", "wave endpoint")
@server("https://wave.dev-tower.net", "wave dev endpoint")
@server("https://wave.stage-seqera.io", "wave stage endpoint")
@server("https://wave.seqera.io", "wave prod endpoint")
namespace wave {
enum Versions {
v1: "1.16.7",
Expand Down

0 comments on commit a6256cb

Please sign in to comment.