Skip to content

Commit dd8739c

Browse files
committed
refactor: remove /graphql/skywalking and replace /graphql/spp with /graphql
1 parent 8f816f6 commit dd8739c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/spp/cli/PlatformCLI.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ object PlatformCLI : CliktCommand(name = "spp-cli", allowMultipleSubcommands = t
158158
)
159159
}.build()
160160
)
161-
.serverUrl("$serverUrl/graphql/spp")
161+
.serverUrl("$serverUrl/graphql")
162162
.build()
163163
}
164164

0 commit comments

Comments
 (0)