Skip to content

Commit

Permalink
removed server from tsp
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Feb 3, 2025
1 parent ba7059b commit ee8d683
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions typespec/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ using TypeSpec.Versioning;
@service({
title: "Wave service"
})
@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: "0.0.0",
Expand Down

0 comments on commit ee8d683

Please sign in to comment.